-
Notifications
You must be signed in to change notification settings - Fork 59
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
Unable to run tests on Laravel 4 #54
Comments
I'm mostly guessing here ;) but: Which classes is it missing? Did you run |
Installed via composer create-package It cant find anything in the "use" block |
Loking a little deeper, Webception comes with, and is set up for Codeception 1.8.1, our tests are written on the current stable release of Codeception |
Ah yes, though it should now work with CodeCeption 2.* - that's what I'm On 18 December 2015 at 22:06, martinmike2 [email protected] wrote:
Patabugen |
When I run the tests I keep getting errors that it cant find certain classes. It seems to me that I must have something configured wrong.
My Codeception.yml:
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
helpers: tests/_support/Helper
envs: tests/_envs
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
modules:
enabled: [Laravel4]
config:
Db:
dsn: ''
user: ''
password: ''
dump: tests/_data/dump.sql
Running codeception via CLI in my applications directory works just fine, Webception seems to have problems finding classes in Laravel 4.
The text was updated successfully, but these errors were encountered: