29.07.2016 Views

laravel-5

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Testing 361<br />

.<br />

14 * @return void<br />

15 */<br />

16 public function testBasicExample()<br />

17 {<br />

18 $this->visit('/')<br />

19 ->see('Laravel 5');<br />

20 }<br />

21 }<br />

Using Transactions<br />

Another option is to wrap every test case in a database transaction. Again, Laravel provides a<br />

convenient DatabaseTransactions trait that will automatically handle this:<br />

.<br />

1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!