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