| ( ! ) Warning: Undefined variable $namespace in /work/home/ntrugeon/www/passibete/vendor/symfony/maker-bundle/src/Resources/skeleton/test/Unit.tpl.php on line 4 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0011 | 460168 | {main}( ) | .../Unit.tpl.php:0 |
;
use PHPUnit\Framework\TestCase;
class
| ( ! ) Warning: Undefined variable $class_name in /work/home/ntrugeon/www/passibete/vendor/symfony/maker-bundle/src/Resources/skeleton/test/Unit.tpl.php on line 8 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0011 | 460168 | {main}( ) | .../Unit.tpl.php:0 |
extends TestCase
{
public function testSomething(): void
{
$this->assertTrue(true);
}
}