Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/GetoptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,9 @@ public function testGetoptDumpArray()

public function testGetoptDumpJson()
{
$this->markTestIncomplete('INCOMPLETE due to waiting for Zend_Json migration to namespaces');
$opts = new Getopt('abp:', array('-a', '-p', 'p_arg'));
$this->assertEquals($opts->toJson(),
'{"options":[{"option":{"flag":"a","parameter":true}},{"option":{"flag":"p","parameter":"p_arg"}}]}');

}

public function testGetoptDumpXml()
Expand Down

0 comments on commit e64e5b0

Please sign in to comment.