Ejemplo n.º 1
0
 public function testConstructorInjectionOfProperties()
 {
     $testEntity = new TestEntity(self::$testData);
     $testData = self::$testData;
     $testData['collection'] = self::$testCollection;
     $this->assertEquals($testData, $testEntity->toArray());
 }