Phalcon\Test\FunctionalTestCase::assertResponseContentContains PHP Méthode

assertResponseContentContains() public méthode

Assert response content contains string
public assertResponseContentContains ( string $string )
$string string
    public function assertResponseContentContains($string)
    {
        $this->assertContains($string, $this->getContent());
    }