diff --git a/packages/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php b/packages/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php index 4fbaba92e..3d1d73fae 100644 --- a/packages/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php +++ b/packages/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php @@ -37,6 +37,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Application_Bootstrap_Bootstrap extends Zend_Application_Bootstrap_BootstrapAbstract { diff --git a/packages/zend-http/library/Zend/Http/Client.php b/packages/zend-http/library/Zend/Http/Client.php index 829ddb2ef..47a9419fe 100644 --- a/packages/zend-http/library/Zend/Http/Client.php +++ b/packages/zend-http/library/Zend/Http/Client.php @@ -69,6 +69,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Client { /** diff --git a/packages/zend-http/library/Zend/Http/Header/SetCookie.php b/packages/zend-http/library/Zend/Http/Header/SetCookie.php index 34fa9f01b..bc64646e7 100644 --- a/packages/zend-http/library/Zend/Http/Header/SetCookie.php +++ b/packages/zend-http/library/Zend/Http/Header/SetCookie.php @@ -49,6 +49,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Http_Header_SetCookie { diff --git a/packages/zend-json/library/Zend/Json/Decoder.php b/packages/zend-json/library/Zend/Json/Decoder.php index 191f2d70a..3c3d44dd9 100644 --- a/packages/zend-json/library/Zend/Json/Decoder.php +++ b/packages/zend-json/library/Zend/Json/Decoder.php @@ -32,6 +32,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Json_Decoder { /** diff --git a/packages/zend-loader/library/Zend/Loader/Autoloader/Resource.php b/packages/zend-loader/library/Zend/Loader/Autoloader/Resource.php index 9154765aa..81d388508 100644 --- a/packages/zend-loader/library/Zend/Loader/Autoloader/Resource.php +++ b/packages/zend-loader/library/Zend/Loader/Autoloader/Resource.php @@ -32,6 +32,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Loader_Autoloader_Resource implements Zend_Loader_Autoloader_Interface { /** diff --git a/packages/zend-pdf/library/Zend/Pdf.php b/packages/zend-pdf/library/Zend/Pdf.php index 78d4445d7..d8a4515ce 100644 --- a/packages/zend-pdf/library/Zend/Pdf.php +++ b/packages/zend-pdf/library/Zend/Pdf.php @@ -81,6 +81,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf { /**** Class Constants ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Parser.php b/packages/zend-pdf/library/Zend/Pdf/Parser.php index 31649d16c..18b67350c 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Parser.php +++ b/packages/zend-pdf/library/Zend/Pdf/Parser.php @@ -35,6 +35,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Parser { /** diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/CidFont.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/CidFont.php index 3e6d44704..254e10e88 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/CidFont.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/CidFont.php @@ -54,6 +54,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] abstract class Zend_Pdf_Resource_Font_CidFont extends Zend_Pdf_Resource_Font { /** diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/Courier.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/Courier.php index e37e9eff4..8822d261e 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/Courier.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/Courier.php @@ -46,6 +46,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_Courier extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Public Interface ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/CourierBold.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/CourierBold.php index b7b18d43f..4a8e8fe36 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/CourierBold.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/CourierBold.php @@ -46,6 +46,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_CourierBold extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Public Interface ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/CourierBoldOblique.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/CourierBoldOblique.php index 6c6bc6dec..8d9c0ce57 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/CourierBoldOblique.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/CourierBoldOblique.php @@ -46,6 +46,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_CourierBoldOblique extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Public Interface ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/CourierOblique.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/CourierOblique.php index 3f154ca86..f1135de4d 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/CourierOblique.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/CourierOblique.php @@ -46,6 +46,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_CourierOblique extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Public Interface ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/Helvetica.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/Helvetica.php index ac2ded2a5..2b48cd321 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/Helvetica.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/Helvetica.php @@ -46,6 +46,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_Helvetica extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Public Interface ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaBold.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaBold.php index c5c78d682..d44e7e8ea 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaBold.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaBold.php @@ -45,6 +45,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_HelveticaBold extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Public Interface ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaBoldOblique.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaBoldOblique.php index f59a54ac2..f07bcd8d1 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaBoldOblique.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaBoldOblique.php @@ -46,6 +46,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_HelveticaBoldOblique extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Public Interface ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaOblique.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaOblique.php index 44b9a5d36..c5d0ba8ec 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaOblique.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaOblique.php @@ -46,6 +46,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_HelveticaOblique extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Public Interface ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/Symbol.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/Symbol.php index 882fc2722..b7b033a10 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/Symbol.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/Symbol.php @@ -46,6 +46,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_Symbol extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Instance Variables ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesBold.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesBold.php index 354ae7026..8dcc271b6 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesBold.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesBold.php @@ -46,6 +46,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_TimesBold extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Public Interface ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesBoldItalic.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesBoldItalic.php index 6e96540bc..f6228b32e 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesBoldItalic.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesBoldItalic.php @@ -46,6 +46,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_TimesBoldItalic extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Public Interface ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesItalic.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesItalic.php index 8aff28674..a6662f0a1 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesItalic.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesItalic.php @@ -46,6 +46,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_TimesItalic extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Public Interface ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesRoman.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesRoman.php index cdbb74503..21ba943da 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesRoman.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/TimesRoman.php @@ -46,6 +46,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_TimesRoman extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Public Interface ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/ZapfDingbats.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/ZapfDingbats.php index 6c467601c..71d2a2867 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/ZapfDingbats.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Simple/Standard/ZapfDingbats.php @@ -46,6 +46,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Simple_Standard_ZapfDingbats extends Zend_Pdf_Resource_Font_Simple_Standard { /**** Instance Variables ****/ diff --git a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Type0.php b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Type0.php index a85156777..8f5b8b069 100644 --- a/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Type0.php +++ b/packages/zend-pdf/library/Zend/Pdf/Resource/Font/Type0.php @@ -60,6 +60,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Pdf_Resource_Font_Type0 extends Zend_Pdf_Resource_Font { /** diff --git a/packages/zend-stdlib/library/Zend/Stdlib/CallbackHandler.php b/packages/zend-stdlib/library/Zend/Stdlib/CallbackHandler.php index 1d63edb49..4e31c23ff 100644 --- a/packages/zend-stdlib/library/Zend/Stdlib/CallbackHandler.php +++ b/packages/zend-stdlib/library/Zend/Stdlib/CallbackHandler.php @@ -30,6 +30,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Stdlib_CallbackHandler { /** diff --git a/tests/Zend/AllTests/StreamWrapper/PhpInput.php b/tests/Zend/AllTests/StreamWrapper/PhpInput.php index 4768dc9f2..5aa014d27 100644 --- a/tests/Zend/AllTests/StreamWrapper/PhpInput.php +++ b/tests/Zend/AllTests/StreamWrapper/PhpInput.php @@ -49,6 +49,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_AllTests_StreamWrapper_PhpInput { protected static $_data; diff --git a/tests/Zend/Application/Bootstrap/BootstrapTest.php b/tests/Zend/Application/Bootstrap/BootstrapTest.php index a781a4bc4..2a0a158a9 100644 --- a/tests/Zend/Application/Bootstrap/BootstrapTest.php +++ b/tests/Zend/Application/Bootstrap/BootstrapTest.php @@ -37,6 +37,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Application */ +#[AllowDynamicProperties] class Zend_Application_Bootstrap_BootstrapTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/Cache/ClassFrontendTest.php b/tests/Zend/Cache/ClassFrontendTest.php index 3a88bb75b..ab53935e3 100644 --- a/tests/Zend/Cache/ClassFrontendTest.php +++ b/tests/Zend/Cache/ClassFrontendTest.php @@ -78,6 +78,7 @@ public function throwException() * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ +#[AllowDynamicProperties] class Zend_Cache_ClassFrontendTest extends PHPUnit_Framework_TestCase { private $_instance1; diff --git a/tests/Zend/Cache/CoreTest.php b/tests/Zend/Cache/CoreTest.php index 17d0d8216..6ad18772a 100644 --- a/tests/Zend/Cache/CoreTest.php +++ b/tests/Zend/Cache/CoreTest.php @@ -38,6 +38,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ +#[AllowDynamicProperties] class Zend_Cache_CoreTest extends PHPUnit_Framework_TestCase { private $_instance; diff --git a/tests/Zend/Cache/FileFrontendTest.php b/tests/Zend/Cache/FileFrontendTest.php index e0328eef7..9505fa15f 100644 --- a/tests/Zend/Cache/FileFrontendTest.php +++ b/tests/Zend/Cache/FileFrontendTest.php @@ -35,6 +35,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ +#[AllowDynamicProperties] class Zend_Cache_FileFrontendTest extends PHPUnit_Framework_TestCase { private $_instance1; diff --git a/tests/Zend/Cache/FunctionFrontendTest.php b/tests/Zend/Cache/FunctionFrontendTest.php index f66b61dc5..a994bbd05 100644 --- a/tests/Zend/Cache/FunctionFrontendTest.php +++ b/tests/Zend/Cache/FunctionFrontendTest.php @@ -55,6 +55,7 @@ public function foobar($param1, $param2) * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ +#[AllowDynamicProperties] class Zend_Cache_FunctionFrontendTest extends PHPUnit_Framework_TestCase { private $_instance; diff --git a/tests/Zend/Cache/ManagerTest.php b/tests/Zend/Cache/ManagerTest.php index 948a5b934..46a4518b6 100644 --- a/tests/Zend/Cache/ManagerTest.php +++ b/tests/Zend/Cache/ManagerTest.php @@ -29,6 +29,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Cache_ManagerTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Cache/OutputFrontendTest.php b/tests/Zend/Cache/OutputFrontendTest.php index ace7599da..043fc5ba4 100644 --- a/tests/Zend/Cache/OutputFrontendTest.php +++ b/tests/Zend/Cache/OutputFrontendTest.php @@ -35,6 +35,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ +#[AllowDynamicProperties] class Zend_Cache_OutputFrontendTest extends PHPUnit_Framework_TestCase { private $_instance; diff --git a/tests/Zend/Cache/PageFrontendTest.php b/tests/Zend/Cache/PageFrontendTest.php index a0ffe500e..ceeb4bd85 100644 --- a/tests/Zend/Cache/PageFrontendTest.php +++ b/tests/Zend/Cache/PageFrontendTest.php @@ -35,6 +35,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ +#[AllowDynamicProperties] class Zend_Cache_PageFrontendTest extends PHPUnit_Framework_TestCase { private $_instance; diff --git a/tests/Zend/Captcha/DumbTest.php b/tests/Zend/Captcha/DumbTest.php index 24c3f2427..dba457c8e 100644 --- a/tests/Zend/Captcha/DumbTest.php +++ b/tests/Zend/Captcha/DumbTest.php @@ -36,6 +36,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Captcha */ +#[AllowDynamicProperties] class Zend_Captcha_DumbTest extends PHPUnit_Framework_TestCase { /** @@ -122,6 +123,7 @@ public function testRendersLabelUsingProvidedValue() } } +#[AllowDynamicProperties] class Zend_Captcha_DumbTest_SessionContainer { protected static $_word; diff --git a/tests/Zend/Captcha/FigletTest.php b/tests/Zend/Captcha/FigletTest.php index 5dff9152b..158c80f2e 100644 --- a/tests/Zend/Captcha/FigletTest.php +++ b/tests/Zend/Captcha/FigletTest.php @@ -37,6 +37,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Captcha */ +#[AllowDynamicProperties] class Zend_Captcha_FigletTest extends PHPUnit_Framework_TestCase { /** @@ -315,6 +316,7 @@ public function testSetSessionWorks() } } +#[AllowDynamicProperties] class Zend_Captcha_FigletTest_SessionContainer { protected static $_word; diff --git a/tests/Zend/Captcha/ReCaptchaTest.php b/tests/Zend/Captcha/ReCaptchaTest.php index 6a9a6500b..8428a9ef8 100644 --- a/tests/Zend/Captcha/ReCaptchaTest.php +++ b/tests/Zend/Captcha/ReCaptchaTest.php @@ -36,6 +36,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Captcha */ +#[AllowDynamicProperties] class Zend_Captcha_ReCaptchaTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Config/IniTest.php b/tests/Zend/Config/IniTest.php index 1b2738255..7db83c2c5 100644 --- a/tests/Zend/Config/IniTest.php +++ b/tests/Zend/Config/IniTest.php @@ -33,6 +33,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ +#[AllowDynamicProperties] class Zend_Config_IniTest extends PHPUnit_Framework_TestCase { protected $_iniFileConfig; diff --git a/tests/Zend/Config/JsonTest.php b/tests/Zend/Config/JsonTest.php index 004cb97dc..526fad8e4 100644 --- a/tests/Zend/Config/JsonTest.php +++ b/tests/Zend/Config/JsonTest.php @@ -32,6 +32,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_Config_JsonTest extends PHPUnit_Framework_TestCase { protected $_iniFileConfig; diff --git a/tests/Zend/Config/XmlTest.php b/tests/Zend/Config/XmlTest.php index 1e75bdca1..911d90031 100644 --- a/tests/Zend/Config/XmlTest.php +++ b/tests/Zend/Config/XmlTest.php @@ -33,6 +33,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ +#[AllowDynamicProperties] class Zend_Config_XmlTest extends PHPUnit_Framework_TestCase { protected $_xmlFileConfig; diff --git a/tests/Zend/Config/YamlTest.php b/tests/Zend/Config/YamlTest.php index 9cbfd9406..a90bd8c54 100644 --- a/tests/Zend/Config/YamlTest.php +++ b/tests/Zend/Config/YamlTest.php @@ -33,6 +33,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ +#[AllowDynamicProperties] class Zend_Config_YamlTest extends PHPUnit_Framework_TestCase { public function setUp() diff --git a/tests/Zend/Controller/Action/Helper/AjaxContextTest.php b/tests/Zend/Controller/Action/Helper/AjaxContextTest.php index 9821a511f..67f1e25c9 100644 --- a/tests/Zend/Controller/Action/Helper/AjaxContextTest.php +++ b/tests/Zend/Controller/Action/Helper/AjaxContextTest.php @@ -50,6 +50,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_AjaxContextTest extends PHPUnit_Framework_TestCase { /** @@ -244,6 +245,7 @@ public function __call($method, $args) { } } +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_AjaxContextTestController extends Zend_Controller_Action { public $ajaxable = array( diff --git a/tests/Zend/Controller/Action/Helper/AutoCompleteTest.php b/tests/Zend/Controller/Action/Helper/AutoCompleteTest.php index d5e758bc6..d3936cc21 100644 --- a/tests/Zend/Controller/Action/Helper/AutoCompleteTest.php +++ b/tests/Zend/Controller/Action/Helper/AutoCompleteTest.php @@ -49,6 +49,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_AutoCompleteTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Controller/Action/Helper/CacheTest.php b/tests/Zend/Controller/Action/Helper/CacheTest.php index 896147068..16cb88745 100644 --- a/tests/Zend/Controller/Action/Helper/CacheTest.php +++ b/tests/Zend/Controller/Action/Helper/CacheTest.php @@ -16,6 +16,7 @@ /** * Test class for Zend_Controller_Action_Helper_Cache */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_CacheTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Controller/Action/Helper/ContextSwitchTest.php b/tests/Zend/Controller/Action/Helper/ContextSwitchTest.php index dafb36c61..00ff04454 100644 --- a/tests/Zend/Controller/Action/Helper/ContextSwitchTest.php +++ b/tests/Zend/Controller/Action/Helper/ContextSwitchTest.php @@ -51,6 +51,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_ContextSwitchTest extends PHPUnit_Framework_TestCase { /** @@ -921,6 +922,7 @@ public function testGetActionContextsReturnsFullListWhenArgumentIsNull() } } +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_ContextSwitchTestController extends Zend_Controller_Action { public $contextSwitch; diff --git a/tests/Zend/Controller/Action/Helper/JsonTest.php b/tests/Zend/Controller/Action/Helper/JsonTest.php index f35fec37c..ec7d3e479 100644 --- a/tests/Zend/Controller/Action/Helper/JsonTest.php +++ b/tests/Zend/Controller/Action/Helper/JsonTest.php @@ -46,6 +46,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_JsonTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Controller/Action/Helper/RedirectorTest.php b/tests/Zend/Controller/Action/Helper/RedirectorTest.php index b07bfd6d1..d9c0e8f86 100644 --- a/tests/Zend/Controller/Action/Helper/RedirectorTest.php +++ b/tests/Zend/Controller/Action/Helper/RedirectorTest.php @@ -44,6 +44,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_RedirectorTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Controller/Action/Helper/UrlTest.php b/tests/Zend/Controller/Action/Helper/UrlTest.php index ee338478f..9db5c3902 100644 --- a/tests/Zend/Controller/Action/Helper/UrlTest.php +++ b/tests/Zend/Controller/Action/Helper/UrlTest.php @@ -42,6 +42,7 @@ * @group Zend_Controller_Action * @group Zend_Controller_Action_Helper */ +#[AllowDynamicProperties] class Zend_Controller_Action_Helper_UrlTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Controller/ActionTest.php b/tests/Zend/Controller/ActionTest.php index a9b9b45e5..6c92315b7 100644 --- a/tests/Zend/Controller/ActionTest.php +++ b/tests/Zend/Controller/ActionTest.php @@ -41,6 +41,7 @@ * @group Zend_Controller * @group Zend_Controller_Action */ +#[AllowDynamicProperties] class Zend_Controller_ActionTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Controller/Request/HttpTest.php b/tests/Zend/Controller/Request/HttpTest.php index a2ce0c168..ebad785cf 100644 --- a/tests/Zend/Controller/Request/HttpTest.php +++ b/tests/Zend/Controller/Request/HttpTest.php @@ -36,6 +36,7 @@ * @group Zend_Controller * @group Zend_Controller_Request */ +#[AllowDynamicProperties] class Zend_Controller_Request_HttpTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Controller/Request/HttpTestCaseTest.php b/tests/Zend/Controller/Request/HttpTestCaseTest.php index d03b872eb..6367ab43e 100644 --- a/tests/Zend/Controller/Request/HttpTestCaseTest.php +++ b/tests/Zend/Controller/Request/HttpTestCaseTest.php @@ -39,6 +39,7 @@ * @group Zend_Controller * @group Zend_Controller_Request */ +#[AllowDynamicProperties] class Zend_Controller_Request_HttpTestCaseTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Controller/Response/HttpTestCaseTest.php b/tests/Zend/Controller/Response/HttpTestCaseTest.php index 5a82a3ec5..5690e36ca 100644 --- a/tests/Zend/Controller/Response/HttpTestCaseTest.php +++ b/tests/Zend/Controller/Response/HttpTestCaseTest.php @@ -39,6 +39,7 @@ * @group Zend_Controller * @group Zend_Controller_Response */ +#[AllowDynamicProperties] class Zend_Controller_Response_HttpTestCaseTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Crypt/Rsa/RsaTest.php b/tests/Zend/Crypt/Rsa/RsaTest.php index 9fe776975..b21fee589 100644 --- a/tests/Zend/Crypt/Rsa/RsaTest.php +++ b/tests/Zend/Crypt/Rsa/RsaTest.php @@ -31,6 +31,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Crypt */ +#[AllowDynamicProperties] class Zend_Crypt_RsaTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/CurrencyTest.php b/tests/Zend/CurrencyTest.php index 3da4dd9ef..68bcc5126 100644 --- a/tests/Zend/CurrencyTest.php +++ b/tests/Zend/CurrencyTest.php @@ -35,6 +35,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Currency */ +#[AllowDynamicProperties] class Zend_CurrencyTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Date/DateObjectTest.php b/tests/Zend/Date/DateObjectTest.php index ab1ba6ca5..4c4cccb78 100644 --- a/tests/Zend/Date/DateObjectTest.php +++ b/tests/Zend/Date/DateObjectTest.php @@ -33,6 +33,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Date */ +#[AllowDynamicProperties] class Zend_Date_DateObjectTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/DateTest.php b/tests/Zend/DateTest.php index 1e461d6a2..f84acfe43 100644 --- a/tests/Zend/DateTest.php +++ b/tests/Zend/DateTest.php @@ -53,6 +53,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Date */ +#[AllowDynamicProperties] class Zend_DateTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Dom/QueryTest.php b/tests/Zend/Dom/QueryTest.php index cdf3ac8c7..e2ca7e5c7 100644 --- a/tests/Zend/Dom/QueryTest.php +++ b/tests/Zend/Dom/QueryTest.php @@ -38,6 +38,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dom */ +#[AllowDynamicProperties] class Zend_Dom_QueryTest extends PHPUnit_Framework_TestCase { public $html; diff --git a/tests/Zend/EventManager/EventManagerTest.php b/tests/Zend/EventManager/EventManagerTest.php index 96ecb137e..08c298b4e 100644 --- a/tests/Zend/EventManager/EventManagerTest.php +++ b/tests/Zend/EventManager/EventManagerTest.php @@ -39,6 +39,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_EventManager_EventManagerTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/EventManager/FilterChainTest.php b/tests/Zend/EventManager/FilterChainTest.php index a34505458..db438ca5d 100644 --- a/tests/Zend/EventManager/FilterChainTest.php +++ b/tests/Zend/EventManager/FilterChainTest.php @@ -35,6 +35,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_EventManager_FilterChainTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/EventManager/GlobalEventManagerTest.php b/tests/Zend/EventManager/GlobalEventManagerTest.php index 285fa5862..6ecfa699e 100644 --- a/tests/Zend/EventManager/GlobalEventManagerTest.php +++ b/tests/Zend/EventManager/GlobalEventManagerTest.php @@ -34,6 +34,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_EventManager_GlobalEventManagerTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/EventManager/StaticEventManagerTest.php b/tests/Zend/EventManager/StaticEventManagerTest.php index 5b5667987..31502e9a1 100644 --- a/tests/Zend/EventManager/StaticEventManagerTest.php +++ b/tests/Zend/EventManager/StaticEventManagerTest.php @@ -34,6 +34,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_EventManager_StaticEventManagerTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/EventManager/StaticIntegrationTest.php b/tests/Zend/EventManager/StaticIntegrationTest.php index f26bc80bb..73e1afc82 100644 --- a/tests/Zend/EventManager/StaticIntegrationTest.php +++ b/tests/Zend/EventManager/StaticIntegrationTest.php @@ -36,6 +36,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[AllowDynamicProperties] class Zend_EventManager_StaticIntegrationTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/Filter/InflectorTest.php b/tests/Zend/Filter/InflectorTest.php index f318bed0e..89517f728 100644 --- a/tests/Zend/Filter/InflectorTest.php +++ b/tests/Zend/Filter/InflectorTest.php @@ -47,6 +47,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_InflectorTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Filter/PregReplaceTest.php b/tests/Zend/Filter/PregReplaceTest.php index 09f92fa9c..2095a671e 100644 --- a/tests/Zend/Filter/PregReplaceTest.php +++ b/tests/Zend/Filter/PregReplaceTest.php @@ -42,6 +42,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_Filter_PregReplaceTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/FilterTest.php b/tests/Zend/FilterTest.php index 5b5efa339..4edeb3f33 100644 --- a/tests/Zend/FilterTest.php +++ b/tests/Zend/FilterTest.php @@ -34,6 +34,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ +#[AllowDynamicProperties] class Zend_FilterTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Form/DisplayGroupTest.php b/tests/Zend/Form/DisplayGroupTest.php index 6c8013203..61bfbb0a1 100644 --- a/tests/Zend/Form/DisplayGroupTest.php +++ b/tests/Zend/Form/DisplayGroupTest.php @@ -46,6 +46,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Form */ +#[AllowDynamicProperties] class Zend_Form_DisplayGroupTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/Http/Client/ClientTest.php b/tests/Zend/Http/Client/ClientTest.php index 2e2b7651f..89651abf5 100644 --- a/tests/Zend/Http/Client/ClientTest.php +++ b/tests/Zend/Http/Client/ClientTest.php @@ -31,6 +31,7 @@ * @group Zend_Http * @group Zend_Http_Client */ +#[AllowDynamicProperties] class Zend_Http_Client_ClientTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Http/Header/SetCookieTest.php b/tests/Zend/Http/Header/SetCookieTest.php index 264377eca..6b486f415 100644 --- a/tests/Zend/Http/Header/SetCookieTest.php +++ b/tests/Zend/Http/Header/SetCookieTest.php @@ -43,6 +43,7 @@ * @group Zend_Http_Header * @group ZF-4520 */ +#[AllowDynamicProperties] class Zend_Http_Header_SetCookieTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Http/UserAgentTest.php b/tests/Zend/Http/UserAgentTest.php index 0823caa9c..39074cb5f 100644 --- a/tests/Zend/Http/UserAgentTest.php +++ b/tests/Zend/Http/UserAgentTest.php @@ -39,6 +39,7 @@ * @group Zend_Http * @group Zend_Http_UserAgent */ +#[AllowDynamicProperties] class Zend_Http_UserAgentTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Json/Server/CacheTest.php b/tests/Zend/Json/Server/CacheTest.php index b2c72f10c..0573947f9 100644 --- a/tests/Zend/Json/Server/CacheTest.php +++ b/tests/Zend/Json/Server/CacheTest.php @@ -39,6 +39,7 @@ * @group Zend_Json * @group Zend_Json_Server */ +#[AllowDynamicProperties] class Zend_Json_Server_CacheTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Json/Server/ErrorTest.php b/tests/Zend/Json/Server/ErrorTest.php index 4a80122f1..67e790501 100644 --- a/tests/Zend/Json/Server/ErrorTest.php +++ b/tests/Zend/Json/Server/ErrorTest.php @@ -39,6 +39,7 @@ * @group Zend_Json * @group Zend_Json_Server */ +#[AllowDynamicProperties] class Zend_Json_Server_ErrorTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Json/Server/RequestTest.php b/tests/Zend/Json/Server/RequestTest.php index 576bde522..8e35d8ac6 100644 --- a/tests/Zend/Json/Server/RequestTest.php +++ b/tests/Zend/Json/Server/RequestTest.php @@ -37,6 +37,7 @@ * @group Zend_Json * @group Zend_Json_Server */ +#[AllowDynamicProperties] class Zend_Json_Server_RequestTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Json/Server/ResponseTest.php b/tests/Zend/Json/Server/ResponseTest.php index 3fc5bb0f8..4daf19227 100644 --- a/tests/Zend/Json/Server/ResponseTest.php +++ b/tests/Zend/Json/Server/ResponseTest.php @@ -40,6 +40,7 @@ * @group Zend_Json * @group Zend_Json_Server */ +#[AllowDynamicProperties] class Zend_Json_Server_ResponseTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Json/Server/Smd/ServiceTest.php b/tests/Zend/Json/Server/Smd/ServiceTest.php index 248b410ef..79e72fdaf 100644 --- a/tests/Zend/Json/Server/Smd/ServiceTest.php +++ b/tests/Zend/Json/Server/Smd/ServiceTest.php @@ -40,6 +40,7 @@ * @group Zend_Json * @group Zend_Json_Server */ +#[AllowDynamicProperties] class Zend_Json_Server_Smd_ServiceTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Json/Server/SmdTest.php b/tests/Zend/Json/Server/SmdTest.php index 8f4616364..687c579bb 100644 --- a/tests/Zend/Json/Server/SmdTest.php +++ b/tests/Zend/Json/Server/SmdTest.php @@ -40,6 +40,7 @@ * @group Zend_Json * @group Zend_Json_Server */ +#[AllowDynamicProperties] class Zend_Json_Server_SmdTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Json/ServerTest.php b/tests/Zend/Json/ServerTest.php index 409760e87..7574333a5 100644 --- a/tests/Zend/Json/ServerTest.php +++ b/tests/Zend/Json/ServerTest.php @@ -42,6 +42,7 @@ * @group Zend_Json * @group Zend_Json_Server */ +#[AllowDynamicProperties] class Zend_Json_ServerTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Loader/Autoloader/ResourceTest.php b/tests/Zend/Loader/Autoloader/ResourceTest.php index 9ca1e8a9d..6caa4d0dc 100644 --- a/tests/Zend/Loader/Autoloader/ResourceTest.php +++ b/tests/Zend/Loader/Autoloader/ResourceTest.php @@ -50,6 +50,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Loader */ +#[AllowDynamicProperties] class Zend_Loader_Autoloader_ResourceTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/Loader/AutoloaderFactoryTest.php b/tests/Zend/Loader/AutoloaderFactoryTest.php index 32cdb121c..21c1409f5 100644 --- a/tests/Zend/Loader/AutoloaderFactoryTest.php +++ b/tests/Zend/Loader/AutoloaderFactoryTest.php @@ -38,6 +38,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ +#[AllowDynamicProperties] class Zend_Loader_AutoloaderFactoryTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/Loader/AutoloaderMultiVersionTest.php b/tests/Zend/Loader/AutoloaderMultiVersionTest.php index cede0b5c4..514dccb2d 100644 --- a/tests/Zend/Loader/AutoloaderMultiVersionTest.php +++ b/tests/Zend/Loader/AutoloaderMultiVersionTest.php @@ -37,6 +37,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Loader */ +#[AllowDynamicProperties] class Zend_Loader_AutoloaderMultiVersionTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/Loader/AutoloaderTest.php b/tests/Zend/Loader/AutoloaderTest.php index 41cc6c8fd..35968c4d0 100644 --- a/tests/Zend/Loader/AutoloaderTest.php +++ b/tests/Zend/Loader/AutoloaderTest.php @@ -42,6 +42,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Loader */ +#[AllowDynamicProperties] class Zend_Loader_AutoloaderTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/Loader/ClassMapAutoloaderTest.php b/tests/Zend/Loader/ClassMapAutoloaderTest.php index b394298a5..b82e126c3 100644 --- a/tests/Zend/Loader/ClassMapAutoloaderTest.php +++ b/tests/Zend/Loader/ClassMapAutoloaderTest.php @@ -34,6 +34,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ +#[AllowDynamicProperties] class Zend_Loader_ClassMapAutoloaderTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/Loader/PluginLoaderTest.php b/tests/Zend/Loader/PluginLoaderTest.php index 00adc5408..d28975abc 100644 --- a/tests/Zend/Loader/PluginLoaderTest.php +++ b/tests/Zend/Loader/PluginLoaderTest.php @@ -37,6 +37,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Loader */ +#[AllowDynamicProperties] class Zend_Loader_PluginLoaderTest extends PHPUnit_Framework_TestCase { protected $_includeCache; diff --git a/tests/Zend/Loader/StandardAutoloaderTest.php b/tests/Zend/Loader/StandardAutoloaderTest.php index 19c04e17b..2961ae7fb 100644 --- a/tests/Zend/Loader/StandardAutoloaderTest.php +++ b/tests/Zend/Loader/StandardAutoloaderTest.php @@ -35,6 +35,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ +#[AllowDynamicProperties] class Zend_Loader_StandardAutoloaderTest extends PHPUnit_Framework_TestCase { public function setUp() diff --git a/tests/Zend/LoaderTest.php b/tests/Zend/LoaderTest.php index a4f5825c3..69fe6ceaf 100644 --- a/tests/Zend/LoaderTest.php +++ b/tests/Zend/LoaderTest.php @@ -43,6 +43,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Loader */ +#[AllowDynamicProperties] class Zend_LoaderTest extends PHPUnit_Framework_TestCase { /** diff --git a/tests/Zend/Log/Filter/ChainingTest.php b/tests/Zend/Log/Filter/ChainingTest.php index 33a15dcd9..d85dc83cb 100644 --- a/tests/Zend/Log/Filter/ChainingTest.php +++ b/tests/Zend/Log/Filter/ChainingTest.php @@ -38,6 +38,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ +#[AllowDynamicProperties] class Zend_Log_Filter_ChainingTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/Log/Filter/SuppressTest.php b/tests/Zend/Log/Filter/SuppressTest.php index 96000fc91..685626e6d 100644 --- a/tests/Zend/Log/Filter/SuppressTest.php +++ b/tests/Zend/Log/Filter/SuppressTest.php @@ -38,6 +38,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ +#[AllowDynamicProperties] class Zend_Log_Filter_SuppressTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/Log/LogTest.php b/tests/Zend/Log/LogTest.php index 5646b3885..d867882d9 100644 --- a/tests/Zend/Log/LogTest.php +++ b/tests/Zend/Log/LogTest.php @@ -44,6 +44,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ +#[AllowDynamicProperties] class Zend_Log_LogTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/Log/Writer/DbTest.php b/tests/Zend/Log/Writer/DbTest.php index 843351bfd..065bc6cb2 100644 --- a/tests/Zend/Log/Writer/DbTest.php +++ b/tests/Zend/Log/Writer/DbTest.php @@ -35,6 +35,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ +#[AllowDynamicProperties] class Zend_Log_Writer_DbTest extends PHPUnit_Framework_TestCase { public static function main() diff --git a/tests/Zend/Mail/FileTransportTest.php b/tests/Zend/Mail/FileTransportTest.php index 937c62585..eb2948be9 100644 --- a/tests/Zend/Mail/FileTransportTest.php +++ b/tests/Zend/Mail/FileTransportTest.php @@ -38,6 +38,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ +#[AllowDynamicProperties] class Zend_Mail_FileTransportTest extends PHPUnit_Framework_TestCase { protected $_params;