Testing Aimeos extensions

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
nvindice
Posts: 27
Joined: 16 May 2019, 16:20

Testing Aimeos extensions

Post by nvindice » 18 Jun 2019, 18:10

Hi all,

I've set up a test environment like described here, but when I want to run ./vendor/bin/phing -Ddir=ext/myext testext, an error occurs:

Code: Select all

PHP Fatal error:  Uncaught Error: Class 'Aimeos\MShop\Factory' not found in /var/www/test/aimeos-core/ext/myext/controller/frontend/tests/TestHelperFrontend.php:18
Stack trace:
#0 /var/www/test/aimeos-core/ext/myext/controller/frontend/tests/bootstrap.php(32): TestHelperFrontend::bootstrap()
What did I miss?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Testing Aimeos extensions

Post by aimeos » 19 Jun 2019, 08:19

You are using a 2019.x core with a 2018.x extension.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

nvindice
Posts: 27
Joined: 16 May 2019, 16:20

Re: Testing Aimeos extensions

Post by nvindice » 19 Jun 2019, 14:17

Thank you. I feel kind of stupid now, but it works.

Post Reply