Fakerino\Test\DataSource\File\FileTest::testFileGetFileName PHP Method

testFileGetFileName() public method

public testFileGetFileName ( )
    public function testFileGetFileName()
    {
        $splFile = new \SplFileInfo($this->testFile);
        $this->assertEquals($splFile->getFilename(), $this->file->getFileName());
    }