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

Commit

Permalink
Merge branch 'hotfix/4858'
Browse files Browse the repository at this point in the history
Close #4858
  • Loading branch information
weierophinney committed Jul 22, 2013
2 parents 26714f9 + 18d920a commit f67ec62
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 57 deletions.
4 changes: 0 additions & 4 deletions tests/ZendTest/Config/ConfigTest.php
Expand Up @@ -5,17 +5,13 @@
* @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_Config
*/

namespace ZendTest\Config;

use Zend\Config\Config;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
class ConfigTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendTest/Config/FactoryTest.php
Expand Up @@ -5,17 +5,13 @@
* @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_Config
*/

namespace ZendTest\Config;

use Zend\Config\Factory;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
class FactoryTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendTest/Config/ProcessorTest.php
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_Config
*/

namespace ZendTest\Config;
Expand All @@ -23,9 +22,6 @@
use Zend\Filter\PregReplace;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
class ProcessorTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendTest/Config/Reader/AbstractReaderTestCase.php
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_Config
*/

namespace ZendTest\Config\Reader;
Expand All @@ -14,9 +13,6 @@
use Zend\Config\Reader\ReaderInterface;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
abstract class AbstractReaderTestCase extends TestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendTest/Config/Reader/IniTest.php
Expand Up @@ -5,17 +5,13 @@
* @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_Config
*/

namespace ZendTest\Config\Reader;

use Zend\Config\Reader\Ini;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
class IniTest extends AbstractReaderTestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendTest/Config/Reader/JsonTest.php
Expand Up @@ -5,17 +5,13 @@
* @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_Config
*/

namespace ZendTest\Config\Reader;

use Zend\Config\Reader\Json;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
class JsonTest extends AbstractReaderTestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendTest/Config/Reader/XmlTest.php
Expand Up @@ -5,17 +5,13 @@
* @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_Config
*/

namespace ZendTest\Config\Reader;

use Zend\Config\Reader\Xml;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
class XmlTest extends AbstractReaderTestCase
Expand Down
5 changes: 0 additions & 5 deletions tests/ZendTest/Config/Reader/YamlTest.php
Expand Up @@ -5,24 +5,19 @@
* @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_Config
*/

namespace ZendTest\Config\Reader;

use Zend\Config\Reader\Yaml as YamlReader;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
class YamlTest extends AbstractReaderTestCase
{
public function setUp()
{

if (!constant('TESTS_ZEND_CONFIG_YAML_ENABLED')) {
$this->markTestSkipped('Yaml test for Zend\Config skipped');
}
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendTest/Config/Writer/AbstractWriterTestCase.php
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_Config
*/

namespace ZendTest\Config\Writer;
Expand All @@ -14,9 +13,6 @@
use Zend\Config\Config;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
abstract class AbstractWriterTestCase extends TestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendTest/Config/Writer/IniTest.php
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_Config
*/

namespace ZendTest\Config\Writer;
Expand All @@ -15,9 +14,6 @@
use Zend\Config\Reader\Ini as IniReader;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
class IniTest extends AbstractWriterTestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendTest/Config/Writer/JsonTest.php
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_Config
*/

namespace ZendTest\Config\Writer;
Expand All @@ -15,9 +14,6 @@
use Zend\Config\Reader\Json as JsonReader;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
class JsonTest extends AbstractWriterTestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendTest/Config/Writer/PhpArrayTest.php
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_Config
*/

namespace ZendTest\Config\Writer;
Expand All @@ -15,9 +14,6 @@
use ZendTest\Config\Writer\TestAssets\PhpReader;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
class PhpArrayTest extends AbstractWriterTestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendTest/Config/Writer/XmlTest.php
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_Config
*/

namespace ZendTest\Config\Writer;
Expand All @@ -15,9 +14,6 @@
use Zend\Config\Reader\Xml as XmlReader;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
class XmlTest extends AbstractWriterTestCase
Expand Down
4 changes: 0 additions & 4 deletions tests/ZendTest/Config/Writer/YamlTest.php
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_Config
*/

namespace ZendTest\Config\Writer;
Expand All @@ -15,9 +14,6 @@
use Zend\Config\Reader\Yaml as YamlReader;

/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @group Zend_Config
*/
class YamlTest extends AbstractWriterTestCase
Expand Down

0 comments on commit f67ec62

Please sign in to comment.