File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 "vespula/locale" : " ^2.0"
2929 },
3030 "require-dev" : {
31- "phpunit/phpunit" : " ^11.5.21 " ,
31+ "phpunit/phpunit" : " ^12.0 || ^ 11.0 " ,
3232 "php-coveralls/php-coveralls" : " ^2.5.2" ,
3333 "vimeo/psalm" : " ^6.0" ,
3434 "rector/rector" : " ^2.0.17" ,
Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ public function testThat_sMVC_DumpAuthinfo_WorksAsExpected() {
107107
108108 public function testThat_sMVC_DumpVar_WorksAsExpected () {
109109
110- $ expected_needle = 'string(11) " Hello world" ' ;
111- $ expected_needle2 = 'int( 777) ' ;
110+ $ expected_needle = 'Hello world ' ;
111+ $ expected_needle2 = '777 ' ;
112112 $ func_wrapper = function (...$ vals ) { sMVC_DumpVar (...$ vals ); };
113113
114114 $ result = $ this ->execVoidFuncCaptureAndReturnOutput ($ func_wrapper , "Hello world " );
You can’t perform that action at this time.
0 commit comments