Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix composer autoload/PSR4 warning #824

Merged
merged 1 commit into from
Jan 15, 2021

Conversation

mvorisek
Copy link
Member

fixes:

Class Atk4\Data\Tests\MyValidationModel located in ./vendor/atk4/data/tests/ValidationTest.php does not comply with psr-4 autoloading standard. Skipping.
Class Atk4\Data\Tests\BadValidationModel located in ./vendor/atk4/data/tests/ValidationTest.php does not comply with psr-4 autoloading standard. Skipping.
Class Atk4\Data\Tests\ValidationTests located in ./vendor/atk4/data/tests/ValidationTest.php does not comply with psr-4 autoloading standard. Skipping.

@mvorisek mvorisek force-pushed the fix_composer_autoload_warning branch from 69016f2 to d3b9107 Compare January 14, 2021 20:54
@mvorisek mvorisek marked this pull request as ready for review January 14, 2021 20:56
@mvorisek mvorisek added the RTM label Jan 14, 2021
@DarkSide666 DarkSide666 merged commit 6345962 into develop Jan 15, 2021
@DarkSide666 DarkSide666 deleted the fix_composer_autoload_warning branch January 15, 2021 11:08
@DarkSide666 DarkSide666 restored the fix_composer_autoload_warning branch January 15, 2021 11:08
@DarkSide666 DarkSide666 deleted the fix_composer_autoload_warning branch January 15, 2021 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants