Пример #1
0
 /**
  * testReturnValueOfMagicSleepContainsContextProperty
  *
  * @return void
  */
 public function testReturnValueOfMagicSleepContainsContextProperty()
 {
     $method = new PHP_Depend_Code_Method('method');
     self::assertEquals(array('modifiers', 'cache', 'uuid', 'name', 'nodes', 'startLine', 'endLine', 'docComment', 'returnsReference', 'returnClassReference', 'exceptionClassReferences'), $method->__sleep());
 }