framework/tests/Api/Controller
Daniël Klabbers e226f81515
additional tests for api controllers (#1433)
* added CreatePostControllerTest

* added DeleteDiscussionControllerTest

* added ListDiscussionControllerTest

* added TokenControllerTest

* minor improvement to policy, no need for Carbon object there, added ShowDiscussionControllerTest

* added showDiscussionControllerTest but cant make Guests view the discussion created by a user

* viewing for guests tested, we might need factories
2018-05-16 09:25:48 +02:00
..
ApiControllerTestCase.php adds a few additional api controller tests (#1429) 2018-05-14 13:32:19 +02:00
CreateDiscussionControllerTest.php Apply fixes from StyleCI 2018-04-13 07:07:02 +00:00
CreateGroupControllerTest.php added the create discussion test, also renamed some classes that seem to have been incorrectly renamed from the other testing branch 2018-04-13 09:06:42 +02:00
CreatePostControllerTest.php adds a few additional api controller tests (#1429) 2018-05-14 13:32:19 +02:00
CreateUserControllerTest.php added the create discussion test, also renamed some classes that seem to have been incorrectly renamed from the other testing branch 2018-04-13 09:06:42 +02:00
DeleteDiscussionControllerTest.php adds a few additional api controller tests (#1429) 2018-05-14 13:32:19 +02:00
ListDiscussionControllerTest.php adds a few additional api controller tests (#1429) 2018-05-14 13:32:19 +02:00
ShowDiscussionControllerTest.php additional tests for api controllers (#1433) 2018-05-16 09:25:48 +02:00
TokenControllerTest.php additional tests for api controllers (#1433) 2018-05-16 09:25:48 +02:00