示例#1
0
 public function testCheckStrategyNotEmpty()
 {
     $this->hydrator->addStrategy('myStrategy', new TestAsset\HydratorStrategy());
     $this->assertTrue($this->hydrator->hasStrategy('myStrategy'));
 }