I'm trying to recreate this line from a controller in a PHPunit test in laravel 5. $routes = $this-...
Hi Everyone How would I echo a session array in laravel? AccountController.php $name = makeRandom...
Hi guys! I currently have a problem where I get stuck. I want to when you call example.com/xxx.jpg,...
Im really struggling to understand the whole concept of Contracts in Laravel 5. Interfaces I underst...
Hey, I am trying to do some acceptance testing with Codeception and for some reason it is ignoring m...
I created this quick snippet of code to display the Output: $dates = []; for ($i=1; $i <= 12;...
I've given up a couple times now but with a fresh night of sleep I'm back at it because I'm determin...
I have installed laravel(4.2) via composer on my ubuntu desktop.. The problem is i don't find the .h...
I'm trying to set up CodeCeption, with great success so far. The problem that I have though is that...
Hey, has anyone tried to run codeception acceptance tests with laravel on travis-ci? I'm stuck at th...
I'm having some issues with testing. I have the testLoginStart method in the unit test here: https:/...
Can someone give me a pointer in the right direction? :-) Below a very simple test. User is on a pos...
My test suite currently has 67 tests and 167 assertions. If I run the tests in a SQLite memory datab...
Hello, i need some help on how to run phpunit tests in workbench. Running phpunit i always get a &qu...
Hello, Any idea as to why a call such as this: $response = $this->action('POST', 'feedbackControl...
Hello guys, I'm working in a kind of shop and will be working in Mexico but I need to create PDF for...
I've rebuilt with the Laravel4 module, and still when I return Redirect::to('/'); (or anywhere for t...
Hey devs! Lately I'm getting this exception: http://laravel.io/bin/aGBN I can't really figure out th...
Hi All, Is it practical to use TDD when doing bug fixes to an existing project. If the project has g...
So my application obviously uses MySQL like many others but how do I get this to work with travis? D...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community