Warning: Undefined variable $namespace in C:\xampp\htdocs\retrodex\helpdesk\vendor\symfony\maker-bundle\src\Resources\skeleton\test\Functional.tpl.php on line 4
;
Warning: Undefined variable $use_statements in C:\xampp\htdocs\retrodex\helpdesk\vendor\symfony\maker-bundle\src\Resources\skeleton\test\Functional.tpl.php on line 6
class
Warning: Undefined variable $class_name in C:\xampp\htdocs\retrodex\helpdesk\vendor\symfony\maker-bundle\src\Resources\skeleton\test\Functional.tpl.php on line 8
extends
Warning: Undefined variable $panther_is_available in C:\xampp\htdocs\retrodex\helpdesk\vendor\symfony\maker-bundle\src\Resources\skeleton\test\Functional.tpl.php on line 8
WebTestCase
{
public function testSomething(): void
{
Warning: Undefined variable $panther_is_available in C:\xampp\htdocs\retrodex\helpdesk\vendor\symfony\maker-bundle\src\Resources\skeleton\test\Functional.tpl.php on line 12
$client = static::createClient();
$crawler = $client->request('GET', '/');
Warning: Undefined variable $web_assertions_are_available in C:\xampp\htdocs\retrodex\helpdesk\vendor\symfony\maker-bundle\src\Resources\skeleton\test\Functional.tpl.php on line 19
Warning: Undefined variable $panther_is_available in C:\xampp\htdocs\retrodex\helpdesk\vendor\symfony\maker-bundle\src\Resources\skeleton\test\Functional.tpl.php on line 25
$this->assertSame(200, $client->getResponse()->getStatusCode());
$this->assertStringContainsString('Hello World', $crawler->filter('h1')->text());
}
}