getDependencies() public method

Get dependencies
public getDependencies ( ) : array
return array
コード例 #1
0
ファイル: ModelTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testGetDependencies()
 {
     $this->assertInternalType('array', $this->object->getDependencies());
 }