Bolt\Tests\Response\TemplateResponseTest::testToString PHP Method

testToString() public method

public testToString ( )
    public function testToString()
    {
        $response = $this->createTestResponse('error.twig', $this->getContext(), []);
        $this->assertRegExp('#Bolt - Fatal error.#', (string) $response);
    }