- refactored move method

- refactored FavouriteController.php store method
- added some tests methods
This commit is contained in:
Peter Papp
2021-02-27 10:22:35 +01:00
parent 92962aac17
commit 27675d7f38
7 changed files with 126 additions and 71 deletions
+2 -1
View File
@@ -35,7 +35,8 @@
"fzaninotto/faker": "^1.9.1",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.5.2"
"phpunit/phpunit": "^9.5.2",
"ext-json": "*"
},
"config": {
"optimize-autoloader": true,