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

Commit

Permalink
Browse files Browse the repository at this point in the history
Conflicts:
	library/Zend/EventManager/EventManagerAwareTrait.php
	library/Zend/Form/View/Helper/FormRow.php
	library/Zend/I18n/Translator/TranslatorAwareTrait.php
	library/Zend/Stdlib/Hydrator/AbstractHydrator.php
	tests/.php_cs
	tests/ZendTest/Loader/AutoloadDoesNotHideParseError.php
	tests/ZendTest/Loader/AutoloadableClass.php
	tests/ZendTest/Loader/MyLoader.php
	tests/ZendTest/Loader/MyOverloader.php
	tests/ZendTest/Loader/TestAsset/UnMappedClass.php
	tests/ZendTest/Version/VersionTest.php
	tests/ZendTest/View/_stubs/FilterDir1/Foo.php
	tests/ZendTest/View/_stubs/HelperDir1/Stub1.php
	tests/ZendTest/View/_stubs/HelperDir1/StubEmpty.php
	tests/ZendTest/View/_stubs/HelperDir2/Datetime.php
	tests/ZendTest/View/_stubs/HelperDir2/Stub1.php
	tests/ZendTest/View/_stubs/HelperDir2/Stub2.php
  • Loading branch information
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 93 deletions.
14 changes: 0 additions & 14 deletions test/AutoloadDoesNotHideParseError.php

This file was deleted.

12 changes: 0 additions & 12 deletions test/AutoloadableClass.php

This file was deleted.

4 changes: 2 additions & 2 deletions test/ModuleAutoloaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Loader\ModuleAutoloaderTest;
namespace ZendTest\Loader;

use PHPUnit_Framework_TestCase as TestCase;
use Zend\Loader\ModuleAutoloader;
use InvalidArgumentException;

class ManagerTest extends TestCase
class ModuleAutoloaderTest extends TestCase
{
public function setUp()
{
Expand Down
19 changes: 0 additions & 19 deletions test/MyLoader.php

This file was deleted.

29 changes: 0 additions & 29 deletions test/MyOverloader.php

This file was deleted.

17 changes: 0 additions & 17 deletions test/TestAsset/UnMappedClass.php

This file was deleted.

0 comments on commit 2cbf238

Please sign in to comment.