From: Christian Weiske Date: Fri, 26 Sep 2025 12:45:34 +0000 (+0200) Subject: (no commit message) X-Git-Url: https://git.cweiske.de/paste/935.git/commitdiff_plain/HEAD?ds=inline --- 541cb671ed8071702c426d6be5ae52eef3c750e5 diff --git a/0-output.log b/0-output.log new file mode 100644 index 0000000..1bb2f02 --- /dev/null +++ b/0-output.log @@ -0,0 +1,22 @@ +$ .Build/bin/phpunit --colors=never -c phpunit.xml +PHPUnit 9.6.29 by Sebastian Bergmann and contributors. + +Error in bootstrap script: Symfony\Component\Finder\Exception\DirectoryNotFoundException: +The "web/typo3conf/ext/iw_social/.Build/web/typo3/sysext/*/" directory does not exist. +#0 web/typo3conf/ext/iw_social/.Build/vendor/typo3/cms-core/Classes/Package/PackageManager.php(350): Symfony\Component\Finder\Finder->in() +#1 web/typo3conf/ext/iw_social/.Build/vendor/typo3/cms-core/Classes/Package/PackageManager.php(255): TYPO3\CMS\Core\Package\PackageManager->scanPackagePathsForExtensions() +#2 web/typo3conf/ext/iw_social/.Build/vendor/typo3/cms-core/Classes/Package/UnitTestPackageManager.php(31): TYPO3\CMS\Core\Package\PackageManager->scanAvailablePackages() +#3 web/typo3conf/ext/iw_social/.Build/vendor/typo3/cms-core/Classes/Core/Bootstrap.php(255): TYPO3\CMS\Core\Package\UnitTestPackageManager->initialize() +#4 web/typo3conf/ext/iw_social/.Build/vendor/nimut/testing-framework/src/TestingFramework/Bootstrap/AbstractBootstrap.php(247): TYPO3\CMS\Core\Core\Bootstrap::createPackageManager() +#5 web/typo3conf/ext/iw_social/.Build/vendor/nimut/testing-framework/src/TestingFramework/Bootstrap/AbstractBootstrap.php(81): Nimut\TestingFramework\Bootstrap\AbstractBootstrap->initializePackageManager() +#6 web/typo3conf/ext/iw_social/.Build/vendor/nimut/testing-framework/res/Configuration/UnitTestsBootstrap.php(35): Nimut\TestingFramework\Bootstrap\AbstractBootstrap->bootstrapUnitTestSystem() +#7 web/typo3conf/ext/iw_social/.Build/vendor/nimut/testing-framework/res/Configuration/UnitTestsBootstrap.php(36): PHPUnit\Util\FileLoader::{closure}() +#8 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/src/Util/FileLoader.php(66): include_once('...') +#9 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/src/Util/FileLoader.php(49): PHPUnit\Util\FileLoader::load() +#10 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/src/TextUI/Command.php(567): PHPUnit\Util\FileLoader::checkAndLoad() +#11 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/src/TextUI/Command.php(347): PHPUnit\TextUI\Command->handleBootstrap() +#12 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/src/TextUI/Command.php(114): PHPUnit\TextUI\Command->handleArguments() +#13 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/src/TextUI/Command.php(99): PHPUnit\TextUI\Command->run() +#14 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/phpunit(107): PHPUnit\TextUI\Command::main() +#15 web/typo3conf/ext/iw_social/.Build/bin/phpunit(122): include('...') +#16 {main} \ No newline at end of file diff --git a/1-solution.rst b/1-solution.rst new file mode 100644 index 0000000..93f31c0 --- /dev/null +++ b/1-solution.rst @@ -0,0 +1,3 @@ +``typo3/cms-composer-installers`` v4.x got installed, which moves__ the sysext extension directory from typo3/sysext/ to vendor/typo3/. TYPO3's own bootstrap didn't like that with unit tests. + +__ https://docs.typo3.org/m/typo3/reference-coreapi/11.5/en-us/ApiOverview/DirectoryStructure/Index.html#composer-installer-v4 \ No newline at end of file