コード例 #1
0
 /**
  * Test that each constants are defined in reference
  *
  * @group  reference
  * @return void
  */
 public function testGetConstantsFromExtension()
 {
     if (version_compare(PHP_VERSION, '5.2.9') <= 0) {
         // Most functions have move to 'standard' in 5.2.10
         $this->markTestSkipped("Can't be tested in php " . PHP_VERSION);
     } else {
         parent::testGetConstantsFromExtension();
     }
 }