RomTia Routenfinder

  • Mitglied seit 9. November 2021
  • Letzte Aktivität:
Beiträge
2
Punkte
15
Trophäen
1
Profil-Aufrufe
141
  • Phpunit command is showing error in laravel

    am stuck with an issue in which i cant run my test cases. I have a laravel project where I wrote the test cases and tried to run from my homestead server. but it shows error. "root@94d689f8bf69:/var/www# bin/phpunit --filter resolveSopHistoryData

    bin/phpunit: line 1: XSym: command not found

    bin/phpunit: line 2: 0033: command not found

    bin/phpunit: line 3: b85e38805a81d81cd15c074247838fa2: command not found

    bin/phpunit: line 4: ../vendor/phpunit/phpunit/phpunit: No such file or directory"

    I have phpunit in my vendor file. Anyone else has faced such issue, Why this error is showing up? Waiting for a response..