EnAccess / micropowermanager

Open Source Management Tool for Decentralized Utilities.
https://micropowermanager.io/
MIT License
2 stars 2 forks source link

Fix `...does not comply with psr-4 autoloading standard.` #102

Closed dmohns closed 1 month ago

dmohns commented 3 months ago

After composer install we encounter a lot ... does not comply with psr-4 autoloading standard. errors. Please fix these

laravel     | Class Tests\Feature\UserResource located in ./tests/Feature/UserResourceTest.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\SwiftaPaymentProvider\Tests\Unit\PaymentProcessTests located in ./packages/inensus/swifta-payment-provider/src/tests/Unit/PaymentProcessTests.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\SwiftaPaymentProvider\Http\Exceptions\CustomerAddressNotFoundException located in ./packages/inensus/swifta-payment-provider/src/Exceptions/CustomerAddressNotFoundException.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\SwiftaPaymentProvider\Http\Exceptions\SwiftaValidationFailedException located in ./packages/inensus/swifta-payment-provider/src/Exceptions/SwiftaValidationFailedException.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\SwiftaPaymentProvider\Http\Exceptions\CipherNotValidException located in ./packages/inensus/swifta-payment-provider/src/Exceptions/CipherNotValidException.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\SwiftaPaymentProvider\Http\Exceptions\TransactionAmountDifferentException located in ./packages/inensus/swifta-payment-provider/src/Exceptions/TransactionAmountDifferentException.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\SwiftaPaymentProvider\Http\Exceptions\TransactionNotExistsException located in ./packages/inensus/swifta-payment-provider/src/Exceptions/TransactionNotExistsException.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\StronMeter\Tests\Unit\TokenGenerationTest located in ./packages/inensus/stron-meter/src/tests/Unit/TokenGenerationTest.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\SteamaMeter\Test\Unit\SmsNotifyTest located in ./packages/inensus/steama-meter/src/tests/Unit/SmsNotifyTest.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\SparkMeter\Test\Unit\SmsNotifyTest located in ./packages/inensus/spark-meter/src/tests/Unit/SmsNotifyTest.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\SparkMeter\Test\Feature\SendSms located in ./packages/inensus/spark-meter/src/tests/feature/SendSms.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\MesombPaymentProvider\Tests\Unit\PaymentProcessTests located in ./packages/inensus/mesomb-payment-provider/src/tests/Unit/PaymentProcessTests.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\MesombPaymentProvider\Tests\Feature\PaymentTests located in ./packages/inensus/mesomb-payment-provider/src/tests/Feature/PaymentTests.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\CalinSmartMeter\Tests\Unit\TokenGenerationTest located in ./packages/inensus/calin-smart-meter/src/tests/Unit/TokenGenerationTest.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\CalinMeter\Tests\Unit\TokenGenerationTest located in ./packages/inensus/calin-meter/src/tests/Unit/TokenGenerationTest.php does not comply with psr-4 autoloading standard. Skipping.
laravel     | Class Inensus\BulkRegistration\Test\Feature\ImportCsv located in ./packages/inensus/bulk-registration/src/test/feature/ImportCsv.php does not comply with psr-4 autoloading standard. Skipping.

Also, please add a way (CI) to prevent future errors be added to the code.