Пример #1
0
 public function provideFlatObject()
 {
     $testA = new SubObject();
     $testA->setFullname('HansImWald');
     $testA->setIgnored(false);
     $testA->setNotMergeable('NOT');
     $testAA = new SubObject();
     $testAA->setFullname('ReinerImWald');
     $testAA->setIgnored(true);
     $testAA->setNotMergeable('MERGEABLE');
     return array(array($testA, $testAA));
 }