You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing started at 15:01 ...
php vendor/bin/atoum.bat --use-tap-report -f tests/Test.php
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../atoum/atoum/bin/atoum
php "%BIN_TARGET%" %*
No tests were found!
I have an issue with running tests on windows.
When i try to run the test it will generate a call
but it will output this
I think it is trying to execute the bat as a phar? because if i replace the bat with the phar it would work.
So its either suppose to run the phar with php command in the front OR just execute bin/atoum.bat without the php interpreter infront.
The text was updated successfully, but these errors were encountered: