( ! ) Warning: Undefined variable $namespace in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/test/WebTestCase.tpl.php on line 3
Call Stack
#TimeMemoryFunctionLocation
10.0115358672{main}( ).../WebTestCase.tpl.php:0
; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class
( ! ) Warning: Undefined variable $class_name in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/test/WebTestCase.tpl.php on line 7
Call Stack
#TimeMemoryFunctionLocation
10.0115358672{main}( ).../WebTestCase.tpl.php:0
extends WebTestCase { public function testSomething(): void { $client = static::createClient(); $crawler = $client->request('GET', '/');
( ! ) Warning: Undefined variable $web_assertions_are_available in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/test/WebTestCase.tpl.php on line 14
Call Stack
#TimeMemoryFunctionLocation
10.0115358672{main}( ).../WebTestCase.tpl.php:0
$this->assertSame(200, $client->getResponse()->getStatusCode()); $this->assertStringContainsString('Hello World', $crawler->filter('h1')->text()); } }