Commit f400b853 authored by Jens Segers's avatar Jens Segers

Bump phpunit

parent db1c5ea1
......@@ -16,10 +16,9 @@
"illuminate/database": "^5.1",
"illuminate/events": "^5.1",
"mongodb/mongodb": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0",
"phpunit/phpunit": "^5.0|^6.0",
"orchestra/testbench": "^3.1",
"mockery/mockery": "^0.9",
"satooshi/php-coveralls": "^1.0"
......
......@@ -218,7 +218,7 @@ class ModelTest extends TestCase
public function testFindOrfail()
{
$this->setExpectedException('Illuminate\Database\Eloquent\ModelNotFoundException');
$this->expectException('Illuminate\Database\Eloquent\ModelNotFoundException');
User::findOrfail('51c33d8981fec6813e00000a');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment