Exemplo n.º 1
0
 /**
  * @covers ::defineOptions
  */
 public function testDefineOptions()
 {
     $options = $this->plugin->defineOptions();
     $this->assertInternalType('array', $options);
     $this->assertArrayHasKey('destination', $options);
 }