SimpleSoftwareIO / simple-qrcode

An easy-to-use PHP QrCode generator with first-party support for Laravel.
https://www.simplesoftware.io/simple-qrcode
MIT License
2.66k stars 363 forks source link

Tests not running #259

Closed philharmonie closed 1 year ago

philharmonie commented 1 year ago

I am trying to run the tests in my application, but no test runs:

➜ php artisan test --filter vendor/simplesoftwareio/simple-qrcode/tests/
  No tests executed! 

  Time:   0.00s

➜ php artisan test --filter vendor/simplesoftwareio/simple-qrcode/tests/GeneratorTest.php 
  No tests executed! 

  Time:   0.00s
SimplyCorey commented 1 year ago

The tests run in CI and on my local. Not sure what is wrong on your machine.

philharmonie commented 1 year ago

@SimplyCorey Which command do you run to perform the tests?

SimplyCorey commented 1 year ago

composer run-script test