renommage

This commit is contained in:
2024-01-11 10:16:15 +00:00
parent 5f8e0f97bf
commit d42e2a5dd4
6 changed files with 15 additions and 23 deletions

View File

@@ -2,14 +2,13 @@
include __DIR__ . '/../vendor/autoload.php';
use Nwb\ModelLibPhp\ModelLibPhp;
use Nwb\MultiDownloaderClient\MultiDownloaderClient;
use PHPUnit\Framework\TestCase;
class ModelLibPhpTest extends TestCase
class MultiDownloaderClienTest extends TestCase
{
public function testHello()
{
$modelLibPhp = new ModelLibPhp();
$this->assertEquals('Hello World, Composer!', $modelLibPhp->hello());
$client = new MultiDownloaderClient();
}
}