Ryan Taylor
Results
2
issues of
Ryan Taylor
**Describe the bug** To control the order of my stories I have the following storySort function: ``` storySort: (a, b) => { // Control root level sort order. const sort...
question / support
todo
core
Hi Jeffrey, On page 146 you talk about mocking Eloquent and Post classes. On line 8: `$this->mock = Mockery::mock('Eloquent', 'Post');` However running this test returns: `PHP Fatal error: Class 'Eloquent'...