BrowscapTest\Data\DataCollectionTest::testAddEnginesFileThrowsExceptionIfFileDoesNotExist PHP Method

testAddEnginesFileThrowsExceptionIfFileDoesNotExist() public method

    public function testAddEnginesFileThrowsExceptionIfFileDoesNotExist()
    {
        $file = '/hopefully/this/file/does/not/exist';
        $this->object->addEnginesFile($file);
    }
DataCollectionTest