Aimeos - Unit Test - BUILD FAILED Task exited with code 255

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
mohal_04
Advanced
Posts: 108
Joined: 27 Mar 2018, 05:59

Aimeos - Unit Test - BUILD FAILED Task exited with code 255

Post by mohal_04 » 02 Apr 2018, 10:50

Laravel: 5.6
Aimeos: 2017.x
PHP: 7.x
Environment: Linux

Hello,

I have created an extension. This extension gives an extra field on Product form. I have spent 2 days to figure out the customization that are required to save this extra field in DB. So, after writing all code I am still unable to save it in DB. So, I thought of writing a Unit Test for this.

But now this Unit Test is giving me a new error, which I don't know how to fix. I have been following all steps from this official link: https://aimeos.org/docs/Developers/Libr ... gers_items

And when I tried the unit test, I get this error:
BUILD FAILED
C:\wamp\www\aimeos-core\build.xml:12:114: Task exited with code 255
This errors shows up when I execute this command in terminal:

Code: Select all

./vendor/bin/phing setup
Can anyone help me with this?

Thanks!