File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 2424 ## Run tests
2525
2626
27- .Build/bin/phpunit -c Build/phpunit/UnitTests.xml Tests/Unit/
28- .Build/bin/phpunit -c Build/phpunit/FunctionalTests.xml Tests/Functional
29- .Build/bin/codecept run Backend --env=local,classic -c Tests/codeception.yml
27+ php -d memory_limit=2G .Build/bin/phpunit -c Build/phpunit/UnitTests.xml Tests/Unit/
28+ php -d memory_limit=2G .Build/bin/phpunit -c Build/phpunit/FunctionalTests.xml Tests/Functional
29+ php -d memory_limit=2G .Build/bin/codecept run Backend --env=local,classic -c Tests/codeception.yml
Original file line number Diff line number Diff line change 5252 $ datamapHooks ,
5353 $ GLOBALS ['TYPO3_CONF_VARS ' ]['SC_OPTIONS ' ]['t3lib/class.t3lib_tcemain.php ' ]['processDatamapClass ' ]
5454 );
55-
56- if ($ packageManager ->isPackageActive ('typo3/cms-install ' ) && $ typo3Version ->getMajorVersion () < 12 ) {
57- $ GLOBALS ['TYPO3_CONF_VARS ' ]['SC_OPTIONS ' ]['ext/install ' ]['update ' ][B13 \Container \Updates \ContainerMigrateSorting::IDENTIFIER ]
58- = B13 \Container \Updates \ContainerMigrateSorting::class;
59- $ GLOBALS ['TYPO3_CONF_VARS ' ]['SC_OPTIONS ' ]['ext/install ' ]['update ' ][B13 \Container \Updates \ContainerDeleteChildrenWithWrongPid::IDENTIFIER ]
60- = B13 \Container \Updates \ContainerDeleteChildrenWithWrongPid::class;
61- }
62-
63- if (TYPO3 \CMS \Core \Utility \GeneralUtility::makeInstance (TYPO3 \CMS \Core \Information \Typo3Version::class)->getMajorVersion () < 12 ) {
64- $ GLOBALS ['TYPO3_CONF_VARS ' ]['BE ' ]['ContextMenu ' ]['ItemProviders ' ][1729106358 ] = \B13 \Container \Backend \ContextMenu \RecordContextMenuItemProvider::class;
65- }
6655});
You can’t perform that action at this time.
0 commit comments