Contao\CoreBundle\Test\Exception\NoContentResponseExceptionTest::testInstantiation PHP Method

testInstantiation() public method

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