Aschwin Wesselius
Aschwin Wesselius
I figure there are three ways to use traits within Zephir: 1. As Zephir traits to add functionality for Zephir classes 2. As PHP traits to add functionality for PHP...
I've come across this same part, but then with 5.1. I use the full qualified name of Model, like: ``` $this->mock = Mockery::mock('Illuminate\Database\Eloquent\Model', 'App\Post'); ``` Further to make it more...
Awesome, this worked!
The same here. Still no Client or Token models to work with.