コード例 #1
0
 public function testYouCanGetTheAccountName()
 {
     $this->sut = new Account($this->chart, new Nominal('9999'), AccountType::DUMMY(), new StringType('foo'));
     $this->assertEquals(new StringType('foo'), $this->sut->getName());
 }