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

Commit

Permalink
Merge branch 'feature/5338' into develop
Browse files Browse the repository at this point in the history
Close #5338
  • Loading branch information
weierophinney committed Oct 24, 2013
2 parents bfe2d63 + c164cf0 commit f206707
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions tests/ZendTest/Config/Reader/XmlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ public function setUp()
$this->reader = new Xml();
}

public function tearDown()
{
restore_error_handler();
}

/**
* getTestAssetPath(): defined by AbstractReaderTestCase.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Console/Prompt/CharTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Console\Char;
namespace ZendTest\Console\Prompt;

use Zend\Console\Prompt\Char;
use ZendTest\Console\TestAssets\ConsoleAdapter;
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Console/Prompt/ConfirmTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Console\Char;
namespace ZendTest\Console\Prompt;

use Zend\Console\Prompt\Confirm;
use ZendTest\Console\TestAssets\ConsoleAdapter;
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Console/Prompt/LineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Console\Char;
namespace ZendTest\Console\Prompt;

use Zend\Console\Prompt\Line;
use ZendTest\Console\TestAssets\ConsoleAdapter;
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Console/Prompt/NumberTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Console\Char;
namespace ZendTest\Console\Prompt;

use Zend\Console\Prompt\Number;
use ZendTest\Console\TestAssets\ConsoleAdapter;
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Console/Prompt/SelectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Console\Char;
namespace ZendTest\Console\Prompt;

use Zend\Console\Prompt\Select;
use ZendTest\Console\TestAssets\ConsoleAdapter;
Expand Down

0 comments on commit f206707

Please sign in to comment.