Example #1
0
 function test_multiple_conditions_on_static_creation_leaves_the_last()
 {
     $coll = Collection::fooBar(42, 'Other dominant condition!!!');
     $this->assertInstanceOf('Respect\\Data\\Collections\\Collection', $coll);
     $this->assertEquals('Other dominant condition!!!', $coll->getCondition());
 }