-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels