File tree Expand file tree Collapse file tree
tests/LmcUserTest/Factory/Form Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 "php" : " ^7.3 || ^8.0" ,
3030 "laminas/laminas-authentication" : " ^2.7" ,
3131 "laminas/laminas-crypt" : " ^3.0" ,
32- "laminas/laminas-form" : " ^2.14 " ,
32+ "laminas/laminas-form" : " ^3.0 " ,
3333 "laminas/laminas-inputfilter" : " ^2.10" ,
3434 "laminas/laminas-loader" : " ^2.6" ,
3535 "laminas/laminas-modulemanager" : " ^2.8" ,
4444 "laminas/laminas-mvc-plugin-flashmessenger" : " ^1.2" ,
4545 "laminas/laminas-i18n" : " ^2.10" ,
4646 "laminas/laminas-mvc-plugin-prg" : " ^1.2" ,
47- "laminas/laminas-hydrator" : " ^3.0 "
47+ "laminas/laminas-hydrator" : " ^4.1 "
4848 },
4949 "require-dev" : {
5050 "phpunit/phpunit" : " ^9.5.4" ,
Original file line number Diff line number Diff line change 11<?php
22namespace LmcUserTest \Factory \Form ;
33
4- use Laminas \Form \FormElementManager \ FormElementManagerV3Polyfill ;
4+ use Laminas \Form \FormElementManager ;
55use Laminas \ServiceManager \ServiceManager ;
66use LmcUser \Factory \Form \ChangePassword as ChangePasswordFactory ;
77use LmcUser \Options \ModuleOptions ;
@@ -16,7 +16,7 @@ public function testFactory()
1616 $ serviceManager ->setService ('lmcuser_module_options ' , new ModuleOptions );
1717 $ serviceManager ->setService ('lmcuser_user_mapper ' , new UserMapper );
1818
19- $ formElementManager = new FormElementManagerV3Polyfill ($ serviceManager );
19+ $ formElementManager = new FormElementManager ($ serviceManager );
2020 $ serviceManager ->setService ('FormElementManager ' , $ formElementManager );
2121
2222 $ factory = new ChangePasswordFactory ();
You can’t perform that action at this time.
0 commit comments