public function fillMatchingFixture() { $std1 = new \stdClass(); $std1->foo = "bar"; $this->_coll[] = $std1; $std2 = new \stdClass(); $std2->foo = "baz"; $this->_coll[] = $std2; }