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

testFileEmptyException() public method

    public function testFileEmptyException()
    {
        $e = new FileEmptyException('file.txt');
        $this->assertEquals('The file "file.txt" is empty', $e->getMessage(), 'A message should be generated');
    }