4
0
Fork 0
dcat-admin/tests/PHPUnit.php

10 lines
89 B
PHP

<?php
namespace Tests;
use PHPUnit\Framework\Assert;
class PHPUnit extends Assert
{
}