Exemplo n.º 1
0
 /**
  * Test that each functions are defined in reference
  *
  * @group  reference
  * @return void
  */
 public function testGetFunctionsFromExtension()
 {
     if (version_compare(PHP_VERSION, '5.3.0') < 0) {
         $this->markTestSkipped("Can't be tested in php " . PHP_VERSION);
     } else {
         parent::testGetFunctionsFromExtension();
     }
 }