Integrated
Integrated copied to clipboard
Simple, intuitive integration testing with PHPUnit.
I'm looking for a string that gets escaped in the view but see() looks for it 'raw' ``` php public function it_sends_a_message_through_the_contact_page() { $this->visit('contact') ->see('contact') ->fill('This is the subject','subject') ->fill('And...
I've taken a quick look at the source code, and it seems that there's no way for me to say "Run against all these browsers". Is there a possibility that...
Working with Laravel. It's kind of weird but if I use the TerminableMiddleware Implementation the `terminate` function is not called. I thought I was doing something wrong and it could...
Right now the functionality is: ``` select($selectName, $optionValue) ``` A lot of the forms I deal with have database uuids as the value of the ``. Since I have no...