Notice: Undefined variable: namespace in D:\workspaces\liZiPingBack\vendor\symfony\maker-bundle\src\Resources\skeleton\test\PantherTestCase.tpl.php on line 3
; use Symfony\Component\Panther\PantherTestCase; class
Notice: Undefined variable: class_name in D:\workspaces\liZiPingBack\vendor\symfony\maker-bundle\src\Resources\skeleton\test\PantherTestCase.tpl.php on line 7
extends PantherTestCase { public function testSomething(): void { $client = static::createPantherClient(); $crawler = $client->request('GET', '/');
Notice: Undefined variable: web_assertions_are_available in D:\workspaces\liZiPingBack\vendor\symfony\maker-bundle\src\Resources\skeleton\test\PantherTestCase.tpl.php on line 14
$this->assertStringContainsString('Hello World', $crawler->filter('h1')->text()); } }