Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
[#SDV-202] Update ClosingBalances unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulVM committed Jan 27, 2015
1 parent b88cae2 commit 1d2387d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -6,8 +6,9 @@
use Opg\Core\Model\Entity\LineItem\LineItem;
use Opg\Core\Model\Entity\Document\Decorators\ClosingBalances;
use Opg\Core\Model\Entity\Document\Decorators\HasClosingBalances;
use Opg\Core\Model\Entity\Document\Document;

class ClosingBalancesStub implements HasClosingBalances
class ClosingBalancesStub extends Document implements HasClosingBalances
{
use ClosingBalances;

Expand Down

0 comments on commit 1d2387d

Please sign in to comment.