Exemplo n.º 1
0
 public function getHooks()
 {
     return $this->hooks->getKeys();
 }
Exemplo n.º 2
0
 public function testGetKeys()
 {
     $this->assertEquals(['foo1', 'foo2'], $this->properties->getKeys());
 }