Skip to content

A little fix to remove warning #43

@smpleader

Description

@smpleader

Steps to reproduce the issue

Use Joomla fw/ DI on my platform, install by composer

composer install "joomla/di"

Expected result

Install without warning

Actual result

There is a warning

Class Joomla\DI\Tests\StubInterface located in ./vendor/joomla/di/Tests/Stubs/stubs.php does not comply with psr-4 autoloading standard. Skipping.
Class Joomla\DI\Tests\Stub1 located in ./vendor/joomla/di/Tests/Stubs/stubs.php does not comply with psr-4 autoloading standard. Skipping.
Class Joomla\DI\Tests\Stub2 located in ./vendor/joomla/di/Tests/Stubs/stubs.php does not comply with psr-4 autoloading standard. Skipping.
Class Joomla\DI\Tests\Stub3 located in ./vendor/joomla/di/Tests/Stubs/stubs.php does not comply with psr-4 autoloading standard. Skipping.
Class Joomla\DI\Tests\Stub4 located in ./vendor/joomla/di/Tests/Stubs/stubs.php does not comply with psr-4 autoloading standard. Skipping.
Class Joomla\DI\Tests\Stub5 located in ./vendor/joomla/di/Tests/Stubs/stubs.php does not comply with psr-4 autoloading standard. Skipping.
Class Joomla\DI\Tests\Stub6 located in ./vendor/joomla/di/Tests/Stubs/stubs.php does not comply with psr-4 autoloading standard. Skipping.
Class Joomla\DI\Tests\Stub7 located in ./vendor/joomla/di/Tests/Stubs/stubs.php does not comply with psr-4 autoloading standard. Skipping.
Class Joomla\DI\Tests\Stub8 located in ./vendor/joomla/di/Tests/Stubs/stubs.php does not comply with psr-4 autoloading standard. Skipping.
Class Joomla\DI\Tests\Stub9 located in ./vendor/joomla/di/Tests/Stubs/stubs.php does not comply with psr-4 autoloading standard. Skipping.

System information (as much as possible)

Docker container Debain 10
Nginx with PHP8

Additional comments

This just need to separate file into many files. Is there any deeper reason we keep them into one file ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions