--- tests/Zend/Service/Amazon/SimpleDb/AllTests.php (revision 23450) +++ tests/Zend/Service/Amazon/SimpleDb/AllTests.php (working copy) @@ -17,7 +17,7 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id: AllTests.php 11973 2008-10-15 16:00:56Z matthew $ + * @version $Id$ */ if (!defined('PHPUnit_MAIN_METHOD')) { Index: tests/Zend/Service/Amazon/Ec2/AvailabilityzonesTest.php =================================================================== --- tests/Zend/Service/Amazon/Ec2/AvailabilityzonesTest.php (revision 23450) +++ tests/Zend/Service/Amazon/Ec2/AvailabilityzonesTest.php (working copy) @@ -26,7 +26,6 @@ */ require_once dirname(__FILE__) . '/../../../../TestHelper.php'; -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Http/Client.php'; require_once 'Zend/Http/Client/Adapter/Test.php'; require_once 'Zend/Service/Amazon/Ec2/Availabilityzones.php'; Index: tests/Zend/Service/Amazon/Ec2/EbsTest.php =================================================================== --- tests/Zend/Service/Amazon/Ec2/EbsTest.php (revision 23450) +++ tests/Zend/Service/Amazon/Ec2/EbsTest.php (working copy) @@ -25,7 +25,6 @@ */ require_once dirname(__FILE__) . '/../../../../TestHelper.php'; -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Http/Client.php'; require_once 'Zend/Http/Client/Adapter/Test.php'; require_once 'Zend/Service/Amazon/Ec2/Ebs.php'; Index: tests/Zend/Service/Amazon/Ec2/CloudWatchTest.php =================================================================== --- tests/Zend/Service/Amazon/Ec2/CloudWatchTest.php (revision 23450) +++ tests/Zend/Service/Amazon/Ec2/CloudWatchTest.php (working copy) @@ -25,7 +25,6 @@ */ require_once dirname(__FILE__) . '/../../../../TestHelper.php'; -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Service/Amazon/Ec2/CloudWatch.php'; require_once 'Zend/Http/Client.php'; require_once 'Zend/Http/Client/Adapter/Test.php'; Index: tests/Zend/Service/Amazon/Ec2/ElasticipTest.php =================================================================== --- tests/Zend/Service/Amazon/Ec2/ElasticipTest.php (revision 23450) +++ tests/Zend/Service/Amazon/Ec2/ElasticipTest.php (working copy) @@ -25,7 +25,6 @@ */ require_once dirname(__FILE__) . '/../../../../TestHelper.php'; -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Http/Client.php'; require_once 'Zend/Http/Client/Adapter/Test.php'; require_once 'Zend/Service/Amazon/Ec2/Elasticip.php'; Index: tests/Zend/Service/Amazon/Ec2/InstanceWindowsTest.php =================================================================== --- tests/Zend/Service/Amazon/Ec2/InstanceWindowsTest.php (revision 23450) +++ tests/Zend/Service/Amazon/Ec2/InstanceWindowsTest.php (working copy) @@ -28,7 +28,6 @@ require_once 'Zend/Service/Amazon/Ec2/Instance/Windows.php'; require_once 'Zend/Http/Client.php'; require_once 'Zend/Http/Client/Adapter/Test.php'; -require_once 'PHPUnit/Framework/TestCase.php'; /** * Zend_Service_Amazon_Ec2_Instance_Windows test case. Index: tests/Zend/Service/Amazon/Ec2/ImageTest.php =================================================================== --- tests/Zend/Service/Amazon/Ec2/ImageTest.php (revision 23450) +++ tests/Zend/Service/Amazon/Ec2/ImageTest.php (working copy) @@ -25,7 +25,6 @@ */ require_once dirname(__FILE__) . '/../../../../TestHelper.php'; -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Http/Client.php'; require_once 'Zend/Http/Client/Adapter/Test.php'; require_once 'Zend/Service/Amazon/Ec2/Image.php'; Index: tests/Zend/Service/Amazon/Ec2/RegionTest.php =================================================================== --- tests/Zend/Service/Amazon/Ec2/RegionTest.php (revision 23450) +++ tests/Zend/Service/Amazon/Ec2/RegionTest.php (working copy) @@ -25,7 +25,6 @@ */ require_once dirname(__FILE__) . '/../../../../TestHelper.php'; -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Http/Client.php'; require_once 'Zend/Http/Client/Adapter/Test.php'; require_once 'Zend/Service/Amazon/Ec2/Region.php'; Index: tests/Zend/Service/Amazon/Ec2/InstanceReservedTest.php =================================================================== --- tests/Zend/Service/Amazon/Ec2/InstanceReservedTest.php (revision 23450) +++ tests/Zend/Service/Amazon/Ec2/InstanceReservedTest.php (working copy) @@ -28,7 +28,6 @@ require_once 'Zend/Service/Amazon/Ec2/Instance/Reserved.php'; require_once 'Zend/Http/Client.php'; require_once 'Zend/Http/Client/Adapter/Test.php'; -require_once 'PHPUnit/Framework/TestCase.php'; /** * Zend_Service_Amazon_Ec2_Instance_Reserved test case. Index: tests/Zend/Service/Amazon/Ec2/InstanceTest.php =================================================================== --- tests/Zend/Service/Amazon/Ec2/InstanceTest.php (revision 23450) +++ tests/Zend/Service/Amazon/Ec2/InstanceTest.php (working copy) @@ -25,7 +25,6 @@ */ require_once dirname(__FILE__) . '/../../../../TestHelper.php'; -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Http/Client.php'; require_once 'Zend/Http/Client/Adapter/Test.php'; require_once 'Zend/Service/Amazon/Ec2/Instance.php'; Index: tests/Zend/Service/Amazon/Ec2/KeypairTest.php =================================================================== --- tests/Zend/Service/Amazon/Ec2/KeypairTest.php (revision 23450) +++ tests/Zend/Service/Amazon/Ec2/KeypairTest.php (working copy) @@ -25,7 +25,6 @@ */ require_once dirname(__FILE__) . '/../../../../TestHelper.php'; -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Http/Client.php'; require_once 'Zend/Http/Client/Adapter/Test.php'; require_once 'Zend/Service/Amazon/Ec2/Keypair.php'; Index: tests/Zend/Service/Amazon/Ec2/SecuritygroupsTest.php =================================================================== --- tests/Zend/Service/Amazon/Ec2/SecuritygroupsTest.php (revision 23450) +++ tests/Zend/Service/Amazon/Ec2/SecuritygroupsTest.php (working copy) @@ -25,7 +25,6 @@ */ require_once dirname(__FILE__) . '/../../../../TestHelper.php'; -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Http/Client.php'; require_once 'Zend/Http/Client/Adapter/Test.php'; require_once 'Zend/Service/Amazon/Ec2/Securitygroups.php'; Index: tests/Zend/Service/Amazon/AbstractTest.php =================================================================== --- tests/Zend/Service/Amazon/AbstractTest.php (revision 23450) +++ tests/Zend/Service/Amazon/AbstractTest.php (working copy) @@ -20,7 +20,6 @@ * @version $Id$ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Service/Amazon/Abstract.php'; /** Index: tests/Zend/Crypt/MathTest.php =================================================================== --- tests/Zend/Crypt/MathTest.php (revision 23450) +++ tests/Zend/Crypt/MathTest.php (working copy) @@ -21,7 +21,6 @@ */ require_once 'Zend/Crypt/Math.php'; -require_once 'PHPUnit/Framework/TestCase.php'; /** Index: tests/Zend/Crypt/Rsa/RsaTest.php =================================================================== --- tests/Zend/Crypt/Rsa/RsaTest.php (revision 23450) +++ tests/Zend/Crypt/Rsa/RsaTest.php (working copy) @@ -21,7 +21,6 @@ */ require_once 'Zend/Crypt/Rsa.php'; -require_once 'PHPUnit/Framework/TestCase.php'; /** Index: tests/Zend/Crypt/Math/BigInteger/BcmathTest.php =================================================================== --- tests/Zend/Crypt/Math/BigInteger/BcmathTest.php (revision 23450) +++ tests/Zend/Crypt/Math/BigInteger/BcmathTest.php (working copy) @@ -21,7 +21,6 @@ */ require_once 'Zend/Crypt/Math/BigInteger/Bcmath.php'; -require_once 'PHPUnit/Framework/TestCase.php'; /** * @category Zend Index: tests/Zend/Crypt/Math/BigInteger/GmpTest.php =================================================================== --- tests/Zend/Crypt/Math/BigInteger/GmpTest.php (revision 23450) +++ tests/Zend/Crypt/Math/BigInteger/GmpTest.php (working copy) @@ -21,7 +21,6 @@ */ require_once 'Zend/Crypt/Math/BigInteger/Gmp.php'; -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Crypt/Math/BigInteger/Bcmath.php'; Index: tests/Zend/Crypt/DiffieHellmanTest.php =================================================================== --- tests/Zend/Crypt/DiffieHellmanTest.php (revision 23450) +++ tests/Zend/Crypt/DiffieHellmanTest.php (working copy) @@ -22,7 +22,6 @@ require_once 'Zend/Crypt/DiffieHellman.php'; require_once 'Zend/Crypt/Math/BigInteger.php'; -require_once 'PHPUnit/Framework/TestCase.php'; /** * @category Zend Index: tests/Zend/Crypt/HmacTest.php =================================================================== --- tests/Zend/Crypt/HmacTest.php (revision 23450) +++ tests/Zend/Crypt/HmacTest.php (working copy) @@ -21,7 +21,6 @@ */ require_once 'Zend/Crypt/Hmac.php'; -require_once 'PHPUnit/Framework/TestCase.php'; /** * Outside the Internal Function tests, tests do not distinguish between hash and mhash Index: tests/Zend/Soap/WsdlTest.php =================================================================== --- tests/Zend/Soap/WsdlTest.php (revision 23450) +++ tests/Zend/Soap/WsdlTest.php (working copy) @@ -22,9 +22,6 @@ require_once dirname(__FILE__)."/../../TestHelper.php"; -/** PHPUnit Test Case */ -require_once 'PHPUnit/Framework/TestCase.php'; - /** Zend_Soap_Wsdl */ require_once 'Zend/Soap/Wsdl.php'; Index: tests/Zend/Soap/ClientTest.php =================================================================== --- tests/Zend/Soap/ClientTest.php (revision 23450) +++ tests/Zend/Soap/ClientTest.php (working copy) @@ -26,9 +26,6 @@ require_once dirname(__FILE__)."/../../TestHelper.php"; -/** PHPUnit Test Case */ -require_once "PHPUnit/Framework/TestCase.php"; - /** Zend_Soap_Server */ require_once 'Zend/Soap/Server.php'; Index: tests/Zend/Soap/Wsdl/ArrayOfTypeSequenceStrategyTest.php =================================================================== --- tests/Zend/Soap/Wsdl/ArrayOfTypeSequenceStrategyTest.php (revision 23450) +++ tests/Zend/Soap/Wsdl/ArrayOfTypeSequenceStrategyTest.php (working copy) @@ -26,9 +26,6 @@ require_once dirname(__FILE__)."/../../../TestHelper.php"; -/** PHPUnit Test Case */ -require_once 'PHPUnit/Framework/TestCase.php'; - /** Zend_Soap_Wsdl */ require_once 'Zend/Soap/Wsdl.php'; Index: tests/Zend/Soap/ServerTest.php =================================================================== --- tests/Zend/Soap/ServerTest.php (revision 23450) +++ tests/Zend/Soap/ServerTest.php (working copy) @@ -22,9 +22,6 @@ require_once dirname(__FILE__)."/../../TestHelper.php"; -/** PHPUnit Test Case */ -require_once "PHPUnit/Framework/TestCase.php"; - /** Zend_Soap_Server */ require_once 'Zend/Soap/Server.php'; Index: tests/Zend/Soap/AutoDiscoverTest.php =================================================================== --- tests/Zend/Soap/AutoDiscoverTest.php (revision 23450) +++ tests/Zend/Soap/AutoDiscoverTest.php (working copy) @@ -22,9 +22,6 @@ require_once dirname(__FILE__)."/../../TestHelper.php"; -/** PHPUnit Test Case */ -require_once 'PHPUnit/Framework/TestCase.php'; - /** Zend_Soap_AutoDiscover */ require_once 'Zend/Soap/AutoDiscover.php'; Index: tests/Zend/Feed/Reader/Entry/AtomStandaloneEntryTest.php =================================================================== --- tests/Zend/Feed/Reader/Entry/AtomStandaloneEntryTest.php (revision 23450) +++ tests/Zend/Feed/Reader/Entry/AtomStandaloneEntryTest.php (working copy) @@ -20,7 +20,6 @@ * @version $Id: AtomTest.php 19159 2009-11-21 14:23:15Z padraic $ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; /** Index: tests/Zend/Feed/Reader/Entry/AtomTest.php =================================================================== --- tests/Zend/Feed/Reader/Entry/AtomTest.php (revision 23450) +++ tests/Zend/Feed/Reader/Entry/AtomTest.php (working copy) @@ -20,7 +20,6 @@ * @version $Id$ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; /** Index: tests/Zend/Feed/Reader/Entry/RssTest.php =================================================================== --- tests/Zend/Feed/Reader/Entry/RssTest.php (revision 23450) +++ tests/Zend/Feed/Reader/Entry/RssTest.php (working copy) @@ -20,7 +20,6 @@ * @version $Id$ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; /** Index: tests/Zend/Feed/Reader/Entry/CommonTest.php =================================================================== --- tests/Zend/Feed/Reader/Entry/CommonTest.php (revision 23450) +++ tests/Zend/Feed/Reader/Entry/CommonTest.php (working copy) @@ -20,7 +20,6 @@ * @version $Id$ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; /** Index: tests/Zend/Feed/Reader/Feed/AtomTest.php =================================================================== --- tests/Zend/Feed/Reader/Feed/AtomTest.php (revision 23450) +++ tests/Zend/Feed/Reader/Feed/AtomTest.php (working copy) @@ -20,7 +20,6 @@ * @version $Id$ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; /** Index: tests/Zend/Feed/Reader/Feed/AtomSourceTest.php =================================================================== --- tests/Zend/Feed/Reader/Feed/AtomSourceTest.php (revision 23450) +++ tests/Zend/Feed/Reader/Feed/AtomSourceTest.php (working copy) @@ -20,7 +20,6 @@ * @version $Id: AtomTest.php 19168 2009-11-21 17:17:18Z padraic $ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; /** Index: tests/Zend/Feed/Reader/Feed/RssTest.php =================================================================== --- tests/Zend/Feed/Reader/Feed/RssTest.php (revision 23450) +++ tests/Zend/Feed/Reader/Feed/RssTest.php (working copy) @@ -20,7 +20,6 @@ * @version $Id$ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; require_once 'Zend/Registry.php'; Index: tests/Zend/Feed/Reader/Feed/CommonTest.php =================================================================== --- tests/Zend/Feed/Reader/Feed/CommonTest.php (revision 23450) +++ tests/Zend/Feed/Reader/Feed/CommonTest.php (working copy) @@ -20,7 +20,6 @@ * @version $Id$ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; require_once 'Zend/Registry.php'; Index: tests/Zend/Feed/Reader/Integration/H-OnlineComAtom10Test.php =================================================================== --- tests/Zend/Feed/Reader/Integration/H-OnlineComAtom10Test.php (revision 23450) +++ tests/Zend/Feed/Reader/Integration/H-OnlineComAtom10Test.php (working copy) @@ -20,7 +20,6 @@ * @version $Id$ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; /** Index: tests/Zend/Feed/Reader/Integration/LautDeRdfTest.php =================================================================== --- tests/Zend/Feed/Reader/Integration/LautDeRdfTest.php (revision 23450) +++ tests/Zend/Feed/Reader/Integration/LautDeRdfTest.php (working copy) @@ -20,7 +20,6 @@ * @version $Id$ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; /** Index: tests/Zend/Feed/Reader/Integration/WordpressAtom10Test.php =================================================================== --- tests/Zend/Feed/Reader/Integration/WordpressAtom10Test.php (revision 23450) +++ tests/Zend/Feed/Reader/Integration/WordpressAtom10Test.php (working copy) @@ -20,7 +20,6 @@ * @version $Id$ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; /** Index: tests/Zend/Feed/Reader/Integration/WordpressRss2DcAtomTest.php =================================================================== --- tests/Zend/Feed/Reader/Integration/WordpressRss2DcAtomTest.php (revision 23450) +++ tests/Zend/Feed/Reader/Integration/WordpressRss2DcAtomTest.php (working copy) @@ -20,7 +20,6 @@ * @version $Id$ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; /** Index: tests/Zend/Feed/Reader/Integration/PodcastRss2Test.php =================================================================== --- tests/Zend/Feed/Reader/Integration/PodcastRss2Test.php (revision 23450) +++ tests/Zend/Feed/Reader/Integration/PodcastRss2Test.php (working copy) @@ -21,7 +21,6 @@ */ require_once dirname(__FILE__) . '/../../../../TestHelper.php'; -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; /** Index: tests/Zend/Feed/ReaderTest.php =================================================================== --- tests/Zend/Feed/ReaderTest.php (revision 23450) +++ tests/Zend/Feed/ReaderTest.php (working copy) @@ -20,7 +20,6 @@ * @version $Id$ */ -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Feed/Reader.php'; require_once 'Zend/Cache.php'; Index: tests/Zend/OpenIdTest.php =================================================================== --- tests/Zend/OpenIdTest.php (revision 23450) +++ tests/Zend/OpenIdTest.php (working copy) @@ -32,12 +32,7 @@ require_once 'Zend/OpenId.php'; -/** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework.php'; - /** * Zend_OpenId_ResponseHelper */ Index: tests/Zend/Serializer/SerializerTest.php =================================================================== --- tests/Zend/Serializer/SerializerTest.php (revision 23450) +++ tests/Zend/Serializer/SerializerTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Serializer.php'; /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Serializer * @subpackage UnitTests Index: tests/Zend/Serializer/Adapter/JsonTest.php =================================================================== --- tests/Zend/Serializer/Adapter/JsonTest.php (revision 23450) +++ tests/Zend/Serializer/Adapter/JsonTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Serializer/Adapter/Json.php'; /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Serializer * @subpackage UnitTests Index: tests/Zend/Serializer/Adapter/PhpSerializeTest.php =================================================================== --- tests/Zend/Serializer/Adapter/PhpSerializeTest.php (revision 23450) +++ tests/Zend/Serializer/Adapter/PhpSerializeTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Serializer/Adapter/PhpSerialize.php'; /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Serializer * @subpackage UnitTests Index: tests/Zend/Serializer/Adapter/PhpCodeTest.php =================================================================== --- tests/Zend/Serializer/Adapter/PhpCodeTest.php (revision 23450) +++ tests/Zend/Serializer/Adapter/PhpCodeTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Serializer/Adapter/PhpCode.php'; /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Serializer * @subpackage UnitTests Index: tests/Zend/Serializer/Adapter/Amf0Test.php =================================================================== --- tests/Zend/Serializer/Adapter/Amf0Test.php (revision 23450) +++ tests/Zend/Serializer/Adapter/Amf0Test.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Serializer/Adapter/Amf0.php'; /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Serializer * @subpackage UnitTests Index: tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol0Test.php =================================================================== --- tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol0Test.php (revision 23450) +++ tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol0Test.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Serializer/Adapter/PythonPickle.php'; /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Serializer * @subpackage UnitTests Index: tests/Zend/Serializer/Adapter/IgbinaryTest.php =================================================================== --- tests/Zend/Serializer/Adapter/IgbinaryTest.php (revision 23450) +++ tests/Zend/Serializer/Adapter/IgbinaryTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Serializer/Adapter/Igbinary.php'; /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Serializer * @subpackage UnitTests Index: tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol1Test.php =================================================================== --- tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol1Test.php (revision 23450) +++ tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol1Test.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Serializer/Adapter/PythonPickle.php'; /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Serializer * @subpackage UnitTests Index: tests/Zend/Serializer/Adapter/PythonPickleUnserializeTest.php =================================================================== --- tests/Zend/Serializer/Adapter/PythonPickleUnserializeTest.php (revision 23450) +++ tests/Zend/Serializer/Adapter/PythonPickleUnserializeTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Serializer/Adapter/PythonPickle.php'; /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Serializer * @subpackage UnitTests Index: tests/Zend/Serializer/Adapter/Amf3Test.php =================================================================== --- tests/Zend/Serializer/Adapter/Amf3Test.php (revision 23450) +++ tests/Zend/Serializer/Adapter/Amf3Test.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Serializer/Adapter/Amf3.php'; /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Serializer * @subpackage UnitTests Index: tests/Zend/Serializer/Adapter/WddxTest.php =================================================================== --- tests/Zend/Serializer/Adapter/WddxTest.php (revision 23450) +++ tests/Zend/Serializer/Adapter/WddxTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Serializer/Adapter/Wddx.php'; /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Serializer * @subpackage UnitTests Index: tests/Zend/Pdf/NamedDestinationsTest.php =================================================================== --- tests/Zend/Pdf/NamedDestinationsTest.php (revision 23450) +++ tests/Zend/Pdf/NamedDestinationsTest.php (working copy) @@ -24,9 +24,6 @@ require_once 'Zend/Pdf.php'; -/** PHPUnit Test Case */ -require_once 'PHPUnit/Framework/TestCase.php'; - /** * @category Zend * @package Zend_Pdf Index: tests/Zend/Pdf/DrawingTest.php =================================================================== --- tests/Zend/Pdf/DrawingTest.php (revision 23450) +++ tests/Zend/Pdf/DrawingTest.php (working copy) @@ -45,9 +45,6 @@ require_once 'Zend/Pdf/Font.php'; -/** PHPUnit Test Case */ -require_once 'PHPUnit/Framework/TestCase.php'; - /** * @category Zend * @package Zend_Pdf Index: tests/Zend/Pdf/ProcessingTest.php =================================================================== --- tests/Zend/Pdf/ProcessingTest.php (revision 23450) +++ tests/Zend/Pdf/ProcessingTest.php (working copy) @@ -23,9 +23,6 @@ /** Zend_Pdf */ require_once 'Zend/Pdf.php'; -/** PHPUnit Test Case */ -require_once 'PHPUnit/Framework/TestCase.php'; - /** * @category Zend * @package Zend_Pdf Index: tests/Zend/Pdf/ActionTest.php =================================================================== --- tests/Zend/Pdf/ActionTest.php (revision 23450) +++ tests/Zend/Pdf/ActionTest.php (working copy) @@ -42,10 +42,7 @@ require_once 'Zend/Pdf/ElementFactory.php'; -/** PHPUnit Test Case */ -require_once 'PHPUnit/Framework/TestCase.php'; - /** * @category Zend * @package Zend_Pdf Index: tests/Zend/Pdf/Filter/AllTests.php =================================================================== --- tests/Zend/Pdf/Filter/AllTests.php (revision 23450) +++ tests/Zend/Pdf/Filter/AllTests.php (working copy) @@ -23,8 +23,6 @@ define('PHPUnit_MAIN_METHOD', 'Zend_Pdf_Filter_AllTests::main'); } -require_once 'PHPUnit/Framework/TestSuite.php'; -require_once 'PHPUnit/TextUI/TestRunner.php'; require_once 'Zend/Pdf/Filter/Ascii85Test.php'; require_once 'Zend/Pdf/Filter/RunLengthTest.php'; Index: tests/Zend/Pdf/Filter/Ascii85Test.php =================================================================== --- tests/Zend/Pdf/Filter/Ascii85Test.php (revision 23450) +++ tests/Zend/Pdf/Filter/Ascii85Test.php (working copy) @@ -25,11 +25,6 @@ require_once 'Zend/Pdf/Filter/Ascii85.php'; /** - * PHPUnit Test Case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Pdf * @subpackage UnitTests Index: tests/Zend/Pdf/Filter/RunLengthTest.php =================================================================== --- tests/Zend/Pdf/Filter/RunLengthTest.php (revision 23450) +++ tests/Zend/Pdf/Filter/RunLengthTest.php (working copy) @@ -25,11 +25,6 @@ require_once 'Zend/Pdf/Filter/RunLength.php'; /** - * PHPUnit Test Case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Pdf * @subpackage UnitTests Index: tests/Zend/Pdf/DestinationTest.php =================================================================== --- tests/Zend/Pdf/DestinationTest.php (revision 23450) +++ tests/Zend/Pdf/DestinationTest.php (working copy) @@ -30,9 +30,6 @@ require_once 'Zend/Pdf.php'; -/** PHPUnit Test Case */ -require_once 'PHPUnit/Framework/TestCase.php'; - /** * @category Zend * @package Zend_Pdf Index: tests/Zend/Pdf/Element/NullTest.php =================================================================== --- tests/Zend/Pdf/Element/NullTest.php (revision 23450) +++ tests/Zend/Pdf/Element/NullTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Pdf/Element/Null.php'; /** - * PHPUnit Test Case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Pdf * @subpackage UnitTests Index: tests/Zend/Pdf/Element/StreamTest.php =================================================================== --- tests/Zend/Pdf/Element/StreamTest.php (revision 23450) +++ tests/Zend/Pdf/Element/StreamTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Pdf/Element/Stream.php'; /** - * PHPUnit Test Case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Pdf * @subpackage UnitTests Index: tests/Zend/Pdf/Element/ArrayTest.php =================================================================== --- tests/Zend/Pdf/Element/ArrayTest.php (revision 23450) +++ tests/Zend/Pdf/Element/ArrayTest.php (working copy) @@ -51,11 +51,6 @@ require_once 'Zend/Pdf/Element/String/Binary.php'; /** - * PHPUnit Test Case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Pdf * @subpackage UnitTests Index: tests/Zend/Pdf/Element/BooleanTest.php =================================================================== --- tests/Zend/Pdf/Element/BooleanTest.php (revision 23450) +++ tests/Zend/Pdf/Element/BooleanTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Pdf/Element/Boolean.php'; /** - * PHPUnit Test Case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Pdf * @subpackage UnitTests Index: tests/Zend/Pdf/Element/Object/StreamTest.php =================================================================== --- tests/Zend/Pdf/Element/Object/StreamTest.php (revision 23450) +++ tests/Zend/Pdf/Element/Object/StreamTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Pdf/Element/Object/Stream.php'; /** - * PHPUnit Test Case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Pdf * @subpackage UnitTests Index: tests/Zend/Pdf/Element/String/BinaryTest.php =================================================================== --- tests/Zend/Pdf/Element/String/BinaryTest.php (revision 23450) +++ tests/Zend/Pdf/Element/String/BinaryTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Pdf/Element/String/Binary.php'; /** - * PHPUnit Test Case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Pdf * @subpackage UnitTests Index: tests/Zend/Pdf/Element/NameTest.php =================================================================== --- tests/Zend/Pdf/Element/NameTest.php (revision 23450) +++ tests/Zend/Pdf/Element/NameTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Pdf/Element/Name.php'; /** - * PHPUnit Test Case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Pdf * @subpackage UnitTests Index: tests/Zend/Pdf/Element/NumericTest.php =================================================================== --- tests/Zend/Pdf/Element/NumericTest.php (revision 23450) +++ tests/Zend/Pdf/Element/NumericTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Pdf/Element/Numeric.php'; /** - * PHPUnit Test Case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Pdf * @subpackage UnitTests Index: tests/Zend/Pdf/Element/DictionaryTest.php =================================================================== --- tests/Zend/Pdf/Element/DictionaryTest.php (revision 23450) +++ tests/Zend/Pdf/Element/DictionaryTest.php (working copy) @@ -26,11 +26,6 @@ require_once 'Zend/Pdf/Element/Dictionary.php'; /** - * PHPUnit Test Case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Pdf * @subpackage UnitTests Index: tests/Zend/Pdf/Element/ObjectTest.php =================================================================== --- tests/Zend/Pdf/Element/ObjectTest.php (revision 23450) +++ tests/Zend/Pdf/Element/ObjectTest.php (working copy) @@ -26,9 +26,6 @@ /** Zend_Pdf_Element_Numeric */ require_once 'Zend/Pdf/Element/Numeric.php'; -/** PHPUnit Test Case */ -require_once 'PHPUnit/Framework/TestCase.php'; - /** * @category Zend * @package Zend_Pdf Index: tests/Zend/Pdf/Element/StringTest.php =================================================================== --- tests/Zend/Pdf/Element/StringTest.php (revision 23450) +++ tests/Zend/Pdf/Element/StringTest.php (working copy) @@ -31,11 +31,6 @@ require_once 'Zend/Pdf/Element/String.php'; /** - * PHPUnit Test Case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Pdf * @subpackage UnitTests Index: tests/Zend/Pdf/FactoryTest.php =================================================================== --- tests/Zend/Pdf/FactoryTest.php (revision 23450) +++ tests/Zend/Pdf/FactoryTest.php (working copy) @@ -26,9 +26,6 @@ /** Zend_Pdf_Page */ require_once 'Zend/Pdf/Page.php'; -/** PHPUnit Test Case */ -require_once 'PHPUnit/Framework/TestCase.php'; - /** * @category Zend * @package Zend_Pdf Index: tests/Zend/PaginatorTest.php =================================================================== --- tests/Zend/PaginatorTest.php (revision 23450) +++ tests/Zend/PaginatorTest.php (working copy) @@ -43,7 +43,6 @@ /** * @see PHPUnit_Framework_TestCase */ -require_once 'PHPUnit/Framework/TestCase.php'; /** * @see Zend_Config_Xml Index: tests/Zend/OpenId/ProviderTest.php =================================================================== --- tests/Zend/OpenId/ProviderTest.php (revision 23450) +++ tests/Zend/OpenId/ProviderTest.php (working copy) @@ -26,12 +26,7 @@ require_once 'Zend/OpenId/Provider.php'; -/** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework.php'; - /** * Zend_OpenId_ResponseHelper */ Index: tests/Zend/OpenId/ConsumerTest.php =================================================================== --- tests/Zend/OpenId/ConsumerTest.php (revision 23450) +++ tests/Zend/OpenId/ConsumerTest.php (working copy) @@ -26,12 +26,7 @@ require_once 'Zend/OpenId/Consumer.php'; -/** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework.php'; - /** * Zend_OpenId_ResponseHelper */ Index: tests/Zend/OpenId/ExtensionTest.php =================================================================== --- tests/Zend/OpenId/ExtensionTest.php (revision 23450) +++ tests/Zend/OpenId/ExtensionTest.php (working copy) @@ -28,11 +28,6 @@ /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework.php'; - -/** * @category Zend * @package Zend_OpenId * @subpackage UnitTests Index: tests/Zend/OpenId/Provider/User/SessionTest.php =================================================================== --- tests/Zend/OpenId/Provider/User/SessionTest.php (revision 23450) +++ tests/Zend/OpenId/Provider/User/SessionTest.php (working copy) @@ -27,11 +27,6 @@ /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework.php'; - -/** * @category Zend * @package Zend_OpenId * @subpackage UnitTests Index: tests/Zend/OpenId/Extension/SregTest.php =================================================================== --- tests/Zend/OpenId/Extension/SregTest.php (revision 23450) +++ tests/Zend/OpenId/Extension/SregTest.php (working copy) @@ -27,11 +27,6 @@ /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework.php'; - -/** * @category Zend * @package Zend_OpenId * @subpackage UnitTests Index: tests/Zend/Http/ResponseTest.php =================================================================== --- tests/Zend/Http/ResponseTest.php (revision 23450) +++ tests/Zend/Http/ResponseTest.php (working copy) @@ -31,11 +31,6 @@ require_once 'Zend/Http/Response.php'; /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * Zend_Http_Response unit tests * * @category Zend Index: tests/Zend/Http/CookieJarTest.php =================================================================== --- tests/Zend/Http/CookieJarTest.php (revision 23450) +++ tests/Zend/Http/CookieJarTest.php (working copy) @@ -25,7 +25,6 @@ */ require_once dirname(dirname(dirname(__FILE__))) . DIRECTORY_SEPARATOR . 'TestHelper.php'; -require_once 'PHPUnit/Framework/TestCase.php'; require_once 'Zend/Http/CookieJar.php'; /** Index: tests/Zend/Http/Client/SkipTests.php =================================================================== --- tests/Zend/Http/Client/SkipTests.php (revision 23450) +++ tests/Zend/Http/Client/SkipTests.php (working copy) @@ -23,11 +23,6 @@ require_once realpath(dirname(__FILE__) . '/../../../') . '/TestHelper.php'; /** - * PHPUnit test case - */ -require_once 'PHPUnit/Framework/TestCase.php'; - -/** * @category Zend * @package Zend_Http_Client * @subpackage UnitTests Index: tests/Zend/Http/Client/TestAdapterTest.php =================================================================== --- tests/Zend/Http/Client/TestAdapterTest.php (revision 23450) +++ tests/Zend/Http/Client/TestAdapterTest.php (working copy) @@ -24,7 +24,6 @@ require_once 'Zend/Http/Client.php'; require_once 'Zend/Http/Client/Adapter/Test.php'; -require_once 'PHPUnit/Framework/TestCase.php'; /** * Exercises Zend_Http_Client_Adapter_Test Index: tests/Zend/Oauth/Oauth/Http/RequestTokenTest.php =================================================================== --- tests/Zend/Oauth/Oauth/Http/RequestTokenTest.php (revision 23450) +++ tests/Zend/Oauth/Oauth/Http/RequestTokenTest.php (working copy) @@ -1,6 +1,5 @@