コード例 #1
0
ファイル: EventTest.php プロジェクト: phathoang/sf_event_mgt
 /**
  * @test
  */
 public function getCurrencyReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getCurrency());
 }