( ! ) Warning: Undefined variable $namespace in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/test/TestCase.tpl.php on line 3 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0123 | 358128 | {main}( ) | .../TestCase.tpl.php:0 |
;
use PHPUnit\Framework\TestCase;
class
( ! ) Warning: Undefined variable $class_name in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/test/TestCase.tpl.php on line 7 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0123 | 358128 | {main}( ) | .../TestCase.tpl.php:0 |
extends TestCase
{
public function testSomething(): void
{
$this->assertTrue(true);
}
}