Fakerino\Test\DataSource\File\Exception\FileExceptionsTest::testFileLineNotFoundException PHP Méthode

testFileLineNotFoundException() public méthode

    public function testFileLineNotFoundException()
    {
        $e = new FileLineNotFoundException(1, 'file.txt');
        $this->assertEquals('The line "1" does not exist in file "file.txt"', $e->getMessage(), 'A message should be generated');
    }