コード例 #1
0
ファイル: ClassTest.php プロジェクト: rouffj/pdepend
 /**
  * testGetAllChildrenReturnsAnEmptyArrayByDefault
  *
  * @return void
  * @since 1.0.0
  */
 public function testGetAllChildrenReturnsAnEmptyArrayByDefault()
 {
     $class = new PHP_Depend_Code_Class(__CLASS__);
     $this->assertSame(array(), $class->getChildren());
 }