Fakerino\Test\DataSource\File\Exception\FileExceptionsTest::testFileNotFoundException PHP Метод

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

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