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

testFileGetConentEmptyException() public method

    public function testFileGetConentEmptyException()
    {
        $this->setExpectedException('Fakerino\\DataSource\\File\\Exception\\FileEmptyException');
        $this->file = new File($this->emptyFile);
        $this->file->getContent();
    }