Closed Enaah closed 3 years ago
@Enaah Have you installed Pest for Laravel correctly?
I hope so.
Pulled it via composer and did php artisan pest:install
.
It was working on my computer, but CI did not want to work.
Will try it again, later.
Found the error... it was me. As usual.
Sorry for disturbance and thanks for this project 💐
Hi there,
so here's my situation:
edbizarro/gitlab-ci-pipeline-php:7.4
)), it failsWhat I did to debug:
php artisan test
instead of./vendor/bin/pest
even did a fresh cloning of the repo.
Screenshots/Errors
CI with
./vendor/bin/pest
local with
./vendor/bin/pest
CI with
php artisan test
local with
php artisan test
CI with PHPUnit (before Pest was used)
local with PHPUnit (before Pest was used)
File-contents
tests\Pest.php
tests\TestCase.php
tests\Helpers.php
tests\CreateApplication.php
tests\Unit\ExampleTest.php
tests\CreateApplication.php
tests\Unit\ExceptionTest.php
Do I miss anything?
Went through the docs 2 times and couldn't find anything.
Thanks in advance!