martinsbalodis/testcases-laravel

Some classes to help write tests for laravel 4 applications. Forked from zizaco/testcases-laravel

Installs: 1 096

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 10

Type:project

v6.0.2 2020-06-15 09:42 UTC

README

In phpunit.xml set SESSION_DRIVER to file.

config/app.php

providers => Zizaco\TestCases\SeleniumServiceProvider::class, aliases => 'S' => Zizaco\TestCases\Selenium::class,