TYPO3 / CmsComposerInstallers

TYPO3 CMS Composer Installer
GNU General Public License v2.0
58 stars 39 forks source link

[BUGFIX] Fix namespaced path #116

Closed pixelbrackets closed 3 years ago

pixelbrackets commented 3 years ago

Respect the actual path in the namespace of the T3xDownloader.

refs #115

pixelbrackets commented 3 years ago

I ran composer test locally without errors. Don't know why the CI now shows failing tests.

> phplint
phplint 2.0.2 by overtrue and contributors.

Loaded config from "/home/xxxxxxxx/.phplint.yml"

Time: < 1 sec   Memory: 0 B     Cache: Yes

OK! (Files: 33, Success: 33)
> Composer\Config::disableProcessTimeout
> phpunit
PHPUnit 5.7.27 by Sebastian Bergmann and contributors.

....................                                              20 / 20 (100%)

Time: 99 ms, Memory: 8.00MB

OK (20 tests, 23 assertions)
pixelbrackets commented 3 years ago

Ran phpcsfixer manually and pushed a new version.

helhum commented 3 years ago

thanks