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

Commit

Permalink
Merge branch 'master', remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 26 deletions.
4 changes: 0 additions & 4 deletions test/ClassFileLocatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace ZendTest\File;
Expand All @@ -15,9 +14,6 @@
/**
* Test class for Zend\File\ClassFileLocator
*
* @category Zend
* @package Zend_File
* @subpackage UnitTests
* @group Zend_File
*/
class ClassFileLocatorTest extends \PHPUnit_Framework_TestCase
Expand Down
5 changes: 0 additions & 5 deletions test/TestAsset/LocatorShouldFindThis.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace ZendTest\File\TestAsset;

/**
* @package Zend_Loader
* @subpackage Exception
*/
interface LocatorShouldFindThis
{
}
1 change: 0 additions & 1 deletion test/TestAsset/MultipleClassesInMultipleNamespaces.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace ZendTest\File\TestAsset
Expand Down
4 changes: 0 additions & 4 deletions test/Transfer/Adapter/AbstractAdapterTestMockAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace ZendTest\File\Transfer\Adapter;
Expand All @@ -15,9 +14,6 @@
/**
* Test class for Zend\File\Transfer\Adapter\AbstractAdapter
*
* @category Zend
* @package Zend_File
* @subpackage UnitTests
* @group Zend_File
*/
class AbstractAdapterTestMockAdapter extends Adapter\AbstractAdapter
Expand Down
4 changes: 0 additions & 4 deletions test/Transfer/Adapter/AbstractTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace ZendTest\File\Transfer\Adapter;
Expand All @@ -20,9 +19,6 @@
/**
* Test class for Zend\File\Transfer\Adapter\AbstractAdapter
*
* @category Zend
* @package Zend_File
* @subpackage UnitTests
* @group Zend_File
*/
class AbstractTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Transfer/Adapter/HttpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace ZendTest\File\Transfer\Adapter;
Expand All @@ -19,9 +18,6 @@
/**
* Test class for Zend\File\Transfer\Adapter\Http
*
* @category Zend
* @package Zend_File
* @subpackage UnitTests
* @group Zend_File
*/
class HttpTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Transfer/Adapter/HttpTestMockAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace ZendTest\File\Transfer\Adapter;
Expand All @@ -15,9 +14,6 @@
/**
* Test class for Zend\File\Transfer\Adapter\AbstractAdapter
*
* @category Zend
* @package Zend_File
* @subpackage UnitTests
* @group Zend_File
*/
class HttpTestMockAdapter extends Adapter\Http
Expand Down

0 comments on commit 7bb614c

Please sign in to comment.