Fakerino\Test\DataSource\File\FileTest::testFileNotFoundException PHP 메소드

testFileNotFoundException() 공개 메소드

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