Fakerino\Test\Configuration\Exception\SourceNotValidExceptionTest::testSourceNotValidException PHP Метод

testSourceNotValidException() публичный Метод

    public function testSourceNotValidException()
    {
        $e = new SourceNotValidException();
        $this->assertEquals('The source specified is not valid', $e->getMessage(), 'A message should be generated');
    }
SourceNotValidExceptionTest