Fakerino\Test\DataSource\File\Exception\FileExceptionsTest::testFileLineNotFoundException PHP Method

testFileLineNotFoundException() public method

    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');
    }