Contao\CoreBundle\Test\Exception\NoContentResponseExceptionTest::testInstantiation PHP 메소드

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $exception = new NoContentResponseException();
        $this->assertInstanceOf('Contao\\CoreBundle\\Exception\\NoContentResponseException', $exception);
    }
NoContentResponseExceptionTest