(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Fri, 26 Sep 2025 12:45:34 +0000 (14:45 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 26 Sep 2025 12:45:34 +0000 (14:45 +0200)
0-output.log [new file with mode: 0644]
1-solution.rst [new file with mode: 0644]

diff --git a/0-output.log b/0-output.log
new file mode 100644 (file)
index 0000000..1bb2f02
--- /dev/null
@@ -0,0 +1,22 @@
+$ .Build/bin/phpunit --colors=never -c phpunit.xml\r
+PHPUnit 9.6.29 by Sebastian Bergmann and contributors.\r
+\r
+Error in bootstrap script: Symfony\Component\Finder\Exception\DirectoryNotFoundException:\r
+The "web/typo3conf/ext/iw_social/.Build/web/typo3/sysext/*/" directory does not exist.\r
+#0 web/typo3conf/ext/iw_social/.Build/vendor/typo3/cms-core/Classes/Package/PackageManager.php(350): Symfony\Component\Finder\Finder->in()\r
+#1 web/typo3conf/ext/iw_social/.Build/vendor/typo3/cms-core/Classes/Package/PackageManager.php(255): TYPO3\CMS\Core\Package\PackageManager->scanPackagePathsForExtensions()\r
+#2 web/typo3conf/ext/iw_social/.Build/vendor/typo3/cms-core/Classes/Package/UnitTestPackageManager.php(31): TYPO3\CMS\Core\Package\PackageManager->scanAvailablePackages()\r
+#3 web/typo3conf/ext/iw_social/.Build/vendor/typo3/cms-core/Classes/Core/Bootstrap.php(255): TYPO3\CMS\Core\Package\UnitTestPackageManager->initialize()\r
+#4 web/typo3conf/ext/iw_social/.Build/vendor/nimut/testing-framework/src/TestingFramework/Bootstrap/AbstractBootstrap.php(247): TYPO3\CMS\Core\Core\Bootstrap::createPackageManager()\r
+#5 web/typo3conf/ext/iw_social/.Build/vendor/nimut/testing-framework/src/TestingFramework/Bootstrap/AbstractBootstrap.php(81): Nimut\TestingFramework\Bootstrap\AbstractBootstrap->initializePackageManager()\r
+#6 web/typo3conf/ext/iw_social/.Build/vendor/nimut/testing-framework/res/Configuration/UnitTestsBootstrap.php(35): Nimut\TestingFramework\Bootstrap\AbstractBootstrap->bootstrapUnitTestSystem()\r
+#7 web/typo3conf/ext/iw_social/.Build/vendor/nimut/testing-framework/res/Configuration/UnitTestsBootstrap.php(36): PHPUnit\Util\FileLoader::{closure}()\r
+#8 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/src/Util/FileLoader.php(66): include_once('...')\r
+#9 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/src/Util/FileLoader.php(49): PHPUnit\Util\FileLoader::load()\r
+#10 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/src/TextUI/Command.php(567): PHPUnit\Util\FileLoader::checkAndLoad()\r
+#11 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/src/TextUI/Command.php(347): PHPUnit\TextUI\Command->handleBootstrap()\r
+#12 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/src/TextUI/Command.php(114): PHPUnit\TextUI\Command->handleArguments()\r
+#13 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/src/TextUI/Command.php(99): PHPUnit\TextUI\Command->run()\r
+#14 web/typo3conf/ext/iw_social/.Build/vendor/phpunit/phpunit/phpunit(107): PHPUnit\TextUI\Command::main()\r
+#15 web/typo3conf/ext/iw_social/.Build/bin/phpunit(122): include('...')\r
+#16 {main}
\ No newline at end of file
diff --git a/1-solution.rst b/1-solution.rst
new file mode 100644 (file)
index 0000000..93f31c0
--- /dev/null
@@ -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.\r
+\r
+__ 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