Phue\Test\SceneTest::testToString PHP Method

testToString() public method

Test: toString
public testToString ( )
    public function testToString()
    {
        $this->assertEquals($this->scene->getId(), (string) $this->scene);
    }