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