Ryan Fletcher
570ac81848
added the create tests in StackApiControllerTest
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:19 +02:00
Ryan Fletcher
5719e9f134
Wrote unit tests against StackApiController -> get()
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:19 +02:00
Ryan Fletcher
891fa7b7d5
Created index tests for StackApiTestController
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:19 +02:00
Ryan Fletcher
54f110f7c6
first attempt at BoardApiControllerTest->testGetNoPermission()
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:19 +02:00
Julius Härtl
2482dc963a
Fix BoardServiceTest
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-08-15 21:15:18 +02:00
Ryan Fletcher
6d57b1081a
BoardApiControllerTest wrote delete tests
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:18 +02:00
Ryan Fletcher
8dd732631a
BoardApiController wrote update tests
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:18 +02:00
Ryan Fletcher
1fe70568cb
Wrote unit tests for the BoardApiController -> create tests
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:18 +02:00
Ryan Fletcher
bd254fd261
BoardApiControllerTest wrote get() tests.
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:18 +02:00
Ryan Fletcher
fad579c4d3
Wrote first unit test for BoardApiController
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:18 +02:00
Ryan Fletcher
e8c53d71aa
fixed more unit tests.
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:17 +02:00
Ryan Fletcher
e0049cf07b
Resolved unit tests errors, down from 36 to 9.
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:17 +02:00
Ryan Fletcher
881b05aeb1
fixed BoardControllerTest from errors
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:17 +02:00
Manuel Arno Korfmann
94e1b86eaf
fixed bugs where labels would dissappear
...
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
2018-08-15 20:33:31 +02:00
Manuel Arno Korfmann
5ddfb66633
Card,Stack undo delete: CardServiceTest fix
...
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Stack,Card undo delete: Test Fix 2
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Card, Stack undo delete: Test fix 3
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Card,Stack undo delete: Test fix 4
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Stack, Card undo delete: Relative time in deleted entity listings
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Card, Stack undo delete: Test Fix 5
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Test Fix 6
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Test Fix 7
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
fix codacy
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
2018-08-15 20:33:31 +02:00
Julius Härtl
1948c303f2
Add missing import statement
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-07-28 12:25:23 +02:00
steav
476b15ee9d
Fix tests for card assignment notification
...
Signed-off-by: steav <steav8@gmail.com >
2018-07-28 12:17:28 +02:00
steav
fdc1f275c5
Add tests for card assignment notification
...
Signed-off-by: steav <steav8@gmail.com >
2018-07-28 12:17:28 +02:00
steav
1276dddc37
Fix failing CardServiceTest
...
Signed-off-by: steav <steav8@gmail.com >
2018-07-28 12:17:28 +02:00
Ryan Fletcher
04cb5f656d
Mocked up $this->l10n calls in DefaultBoardServiceTest
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-07-13 08:53:21 -04:00
Ryan Fletcher
3863c7497b
Used $l10n references in my unit test, this should allow it pass.
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-07-12 12:15:46 -04:00
Ryan Fletcher
8d4dbd4d82
Fixed up code styles as per review by juliushaertl
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-07-12 11:17:11 -04:00
Ryan Fletcher
ba378ea00b
First attempt at using l10n
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-07-11 15:00:08 -04:00
Ryan Fletcher
be8a3479ac
Updated PageControllerTest.php to reflect new changes
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-07-11 13:33:04 -04:00
Ryan Fletcher
2002841c61
Wrote unit tests for checkFirstRun method in the default board service
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-07-11 12:59:40 -04:00
Ryan Fletcher
08f9874745
Updated constructor in PageControllerTest
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-07-11 11:50:11 -04:00
Ryan Fletcher
712ab9e0bc
Corrected testCreateDefaultBoard()
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-07-11 11:49:20 -04:00
Ryan Fletcher
e07fc0a2c7
Corrected missing import and missing parameter in defaultBoardServiceTest
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-07-11 10:49:46 -04:00
Ryan Fletcher
61fb68f4cf
Added a unit test against DefaultBoardService->TestCreateDefaultBoard()
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-07-11 10:20:42 -04:00
Julius Härtl
cb25643741
Fetch file from rootFolder instead of IAppData to use StreamResponse when displaying
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-07-05 18:42:33 +02:00
Julius Härtl
8d60a4379d
Add rough test and fix card array
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-07-02 11:51:53 +02:00
Julius Härtl
b0f7bef279
Fix tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-06-25 18:05:02 +02:00
Julius Härtl
c720f964bb
Add AttachmentMapperTest
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-06-19 18:41:14 +02:00
Julius Härtl
63ad39dd2d
Unit tests for missing service methods
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-06-19 18:00:07 +02:00
Julius Härtl
a83b50bb97
return empty result
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-06-19 18:00:06 +02:00
Julius Härtl
0f50f8d1d9
Use generic Exception
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-06-19 18:00:06 +02:00
Julius Härtl
7ad8080f82
Add unit tests for new classes
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-06-19 18:00:06 +02:00
Julius Härtl
1972edc38d
Fix CardTest
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-06-19 18:00:06 +02:00
Julius Härtl
94397dedb1
Fix delete cron test
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-06-19 18:00:04 +02:00
Julius Härtl
04b0807a12
Adapt existing unit tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-06-19 18:00:04 +02:00
Julius Härtl
31965bf40c
Fix tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-03-02 19:00:18 +01:00
Julius Härtl
137f429cfa
Fix tests for acl type
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-12-08 20:12:53 +01:00
Julius Härtl
090d99a360
Frontend: fix warnings in withoutAssignedUsers filter
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-10-23 22:12:08 +02:00
Julius Härtl
a322c7a3b5
Tests: Add integration test for user assignment
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-10-23 22:12:08 +02:00
Julius Härtl
ff2d96a1fb
Fix tests that invoke findUsers
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-10-23 22:12:08 +02:00
Julius Härtl
28d6f4196e
Tests: Fix tests for user assignment
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-10-23 22:12:08 +02:00
Julius Härtl
05395dbfbe
Fix mysql datetime format
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-10-10 17:50:01 +02:00
Julius Härtl
7c6e48d15b
Notifications: Fix issues with user fetching
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-10-03 23:00:09 +02:00
Julius Härtl
d9c3aa44b9
Tests: Add tests for sharing a board notifications
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-10-03 23:00:09 +02:00
Julius Härtl
3c2ee00ad7
Notifications: Add more tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-10-03 23:00:09 +02:00