Example #1
0
 public function testGet()
 {
     $entity = $this->getMock('Oro\\Bundle\\TagBundle\\Entity\\Taggable');
     $this->manager->expects($this->once())->method('getPreparedArray')->with($entity);
     $this->extension->get($entity);
 }