Fakerino\Test\Configuration\Exception\ConfNotSupportedExceptionTest::testConfNotSupportedException PHP Method

testConfNotSupportedException() public method

    public function testConfNotSupportedException()
    {
        $e = new ConfNotSupportedException('file');
        $this->assertEquals('The configuration file "file" is not supported', $e->getMessage(), 'A message should be generated');
    }
ConfNotSupportedExceptionTest