コード例 #1
0
ファイル: NationalTest.php プロジェクト: BenCavens/bpost
 /**
  * Tests the methods that are implemented by the childs
  * But we would like to have full coverage... Stats-p**n!
  */
 public function testMethodsThatAreImplementedByChilds()
 {
     $possibleProductValues = National::getPossibleProductValues();
     $this->assertInternalType('array', $possibleProductValues);
     $this->assertEmpty($possibleProductValues);
 }