Example #1
0
 function test_collection_can_be_created_statically_with_just_a_name()
 {
     $coll = Collection::fooBarName();
     $this->assertInstanceOf('Respect\\Data\\Collections\\Collection', $coll);
 }