Ejemplo n.º 1
0
 /**
  * testMagicSleepMethodReturnsExpectedSetOfPropertyNames
  * 
  * @return void
  * @group pdepend
  * @group pdepend::code
  * @group unittest
  */
 public function testMagicSleepMethodReturnsExpectedSetOfPropertyNames()
 {
     $file = new PHP_Depend_Code_File(__FILE__);
     self::assertEquals(array('cache', 'childNodes', 'docComment', 'endLine', 'fileName', 'startLine', 'uuid'), $file->__sleep());
 }