Fakerino\Test\Configuration\Exception\SourceNotValidExceptionTest::testSourceNotValidException PHP Méthode

testSourceNotValidException() public méthode

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