Skip to content

Unable to run tests on Laravel 4 #54

@martinmike2

Description

@martinmike2

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions