Franz Liedke
|
d021dc2399
|
Move trait to base test class
This way, its properties can be overwritten in subclasses of
`ApiControllerTestCase`. This isn't allowed when those subclasses
use the trait directly.
|
2018-11-09 12:02:21 +01:00 |
|
Franz Liedke
|
b3d45fd6f8
|
Replace ControllerInterface with PSR-15 interface
The custom interface already had the same signature as the
one from the standard (except for the return type hint), so
why not use that one now? :)
|
2018-05-30 09:49:47 +02:00 |
|
Daniël Klabbers
|
2a721926d3
|
adds a few additional api controller tests (#1429)
* added CreatePostControllerTest
* added DeleteDiscussionControllerTest
* added ListDiscussionControllerTest
* Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-05-14 13:32:19 +02:00 |
|
Daniel Klabbers
|
17f29f83c9
|
adds api controller tests
|
2018-04-13 07:52:39 +02:00 |
|