Skip to content

Commit

Permalink
Missing to add unit tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
mageekguy committed Apr 18, 2012
1 parent 3147a05 commit b10c360
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/units/classes/reports/realtime/cli.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ public function test__construct()
->if($report = new reports\realtime\cli()) ->if($report = new reports\realtime\cli())
->then ->then
->array($report->getFields())->isEqualTo(array( ->array($report->getFields())->isEqualTo(array(
new fields\runner\atoum\cli(
new prompt('> '),
new colorizer('1;36')
),
new fields\runner\php\path\cli( new fields\runner\php\path\cli(
new prompt('> '), new prompt('> '),
new colorizer('1;36') new colorizer('1;36')
Expand Down

0 comments on commit b10c360

Please sign in to comment.