Ejemplo n.º 1
0
 /**
  * testReturnValueOfMagicSleepContainsValueProperty
  *
  * @return void
  */
 public function testReturnValueOfMagicSleepContainsValueProperty()
 {
     $node = new PHP_Depend_Code_ASTConstantDeclarator();
     self::assertEquals(array('value', 'comment', 'metadata', 'nodes'), $node->__sleep());
 }