Looking to hire Laravel developers? Try LaraJobs

testcases-laravel maintained by martinsbalodis

Description
Some classes to help write tests for laravel 4 applications. Forked from zizaco/testcases-laravel
Last update
2020/06/15 11:42 (dev-master)
License
Links
Downloads
1 098

Comments
comments powered by Disqus

Laravel selenium testing

In phpunit.xml set SESSION_DRIVER to file.

config/app.php

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