BrowscapTest\Helper\CollectionCreatorTest::testCreateDataCollectionThrowsExceptionIfNoDataCollectionIsSet PHP Méthode

testCreateDataCollectionThrowsExceptionIfNoDataCollectionIsSet() public méthode

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