示例#1
0
 /**
  * testGetAllChildrenReturnsAnEmptyArrayByDefault
  *
  * @return void
  * @since 1.0.0
  */
 public function testGetAllChildrenReturnsAnEmptyArrayByDefault()
 {
     $class = new PHP_Depend_Code_Class(__CLASS__);
     $this->assertSame(array(), $class->getChildren());
 }