Hello, How can I check the performance of Laravel 4?
I created a test for users.store and I wanted to test if I get redirected to users.index if everythi...
I'm new to TDD, but I've been reading a lot and understanding that code should be extremely modular...
Bascily everything is working up to the point where I want to get the Auth::user()->id check the...
Hi all, I have a problem. It seems that Codeception doesn't recognize the validator rules that I ins...
I haven't really written any unit tests as it goes in the way with deadlines . Please don't get me w...
Hello guys, i got a question when i was unit testing my application. I Have a method that require a...
Hey everyone, just getting started and feeling a bit overwhelmed. Hoping someone can set me straight...
Hi! I have succesfully upload my app on shared host, and everything is okay except problem with data...
I am trying to create a test suite using PHPSpec. Some things are working out, some things aren't. T...
Hello everyone, I’m trying to start testing my controllers. I have a pretty basic controller which r...
Hi, I just saw that New Relic is now supporting Laravel for Application performance and monitoring....
Hi, I have some trouble accessing an eloquent model property when the model is mocked for unit test...
If had the following call in my test: $response = $this->call('GET', 'user/profile'); how can I...
Hi I'm trying to test a simple blog post controller that gets data by using the repository pattern (...
I'm new to writing test cases and I'm writing a test to see if the edit resource page is shown corre...
Hi I had a few tests, no problem with phpunit execution. I added namespaces to my Models and control...
In my controller I'm trying to delete a record from a table and the only message I get back to the c...
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