コード例 #1
0
ファイル: TaxClassTest.php プロジェクト: extcode/cart
 /**
  * @test
  */
 public function getValueReturnsValueSetByConstructor()
 {
     $this->assertSame($this->value, $this->fixture->getValue());
 }