Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught Error: Class 'Omnipay\Tests\GatewayTestCase' not found in D:\wamp64\www\omnipay-sagepay-master\tests\DirectGatewayTest.php #190

Open
SM-Prasad opened this issue Oct 21, 2022 · 1 comment
Labels

Comments

@SM-Prasad
Copy link

I have downloaded the zip file and tried to run omnipay-sagepay-master/tests/DirectGatewayTest.php file but gettign error Class 'Omnipay\Tests\GatewayTestCase' not found and file is not there. Could someone help me with this? Do I missed any file or what?

@judgej
Copy link
Member

judgej commented Oct 21, 2022

This package runs under composer. To run the tests, run composer install from the root of the package to pull in all the dependencies, then vendor/bin/phpunit.

You don't run the tests directly. It is phpunit that runs the tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants