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

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
Conflicts:
	library/Zend/Form/Decorator/File.php
	library/Zend/View/Helper/Navigation/Sitemap.php
  • Loading branch information
stewartlord committed Sep 10, 2011
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 4c8955c

Please sign in to comment.