public function testGettingTheDebitAccountForASplitTransactionWillReturnAnArrayOfNominals()
 {
     $codes = $this->sut->getDrAc();
     $this->assertInternalType('array', $codes);
     $this->assertInstanceOf('SAccounts\\Nominal', $codes[0]);
 }