Warning: Undefined variable $namespace in /home/net1/social.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/test/Functional.tpl.php on line 3
;
Warning: Undefined variable $panther_is_available in /home/net1/social.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/test/Functional.tpl.php on line 5
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class
Warning: Undefined variable $class_name in /home/net1/social.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/test/Functional.tpl.php on line 11
extends
Warning: Undefined variable $panther_is_available in /home/net1/social.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/test/Functional.tpl.php on line 11
WebTestCase { public function testSomething() { $client = static::createClient(); $crawler = $client->request('GET', '/');
Warning: Undefined variable $web_assertions_are_available in /home/net1/social.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/test/Functional.tpl.php on line 18
$this->assertSame(200, $client->getResponse()->getStatusCode()); $this->assertStringContainsString('Hello World', $crawler->filter('h1')->text()); } }