コード例 #1
0
ファイル: Asserts.php プロジェクト: solutionDrive/Codeception
 /**
  * @param $type
  * @param $actual
  * @param $description
  */
 public function assertInternalType($type, $actual, $description = '')
 {
     parent::assertInternalType($type, $actual, $description);
 }