martinsbalodis/testcases-laravel

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


Keywords
phpunit, TDD, test, laravel, illuminate, testcase
License
MIT

Documentation

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,