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

testFileNotFoundException() public method

    public function testFileNotFoundException()
    {
        $this->setExpectedException('Fakerino\\DataSource\\File\\Exception\\FileNotFoundException');
        $this->file = new File('file');
    }