BrowscapTest\Helper\CollectionCreatorTest::testCreateDataCollectionThrowsExceptionIfNoDataCollectionIsSet PHP Метод

testCreateDataCollectionThrowsExceptionIfNoDataCollectionIsSet() публичный Метод

tests throwing an exception while creating a data collaction if the collction class is not set before
    public function testCreateDataCollectionThrowsExceptionIfNoDataCollectionIsSet()
    {
        $this->object->createDataCollection('.');
    }