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('.');
    }