Fakerino\Test\DataSource\File\FileTest::testFileNotFoundException PHP Méthode

testFileNotFoundException() public méthode

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