Граф коммитов

65 Коммитов

Автор SHA1 Сообщение Дата
dartcafe 1e62ff7d26
fix test
Signed-off-by: dartcafe <github@dartcafe.de>
2021-10-26 13:36:20 +02:00
René Gieling f19da29c57
Merge pull request #1951 from nextcloud/version/3.2
Version 3.2.0-rc1
2021-09-13 12:49:51 +02:00
dartcafe c5988662a6
migrate configuration
Signed-off-by: dartcafe <github@dartcafe.de>
2021-09-13 09:03:37 +02:00
dartcafe 16b586fef7
fix test
Signed-off-by: dartcafe <github@dartcafe.de>
2021-09-12 22:27:29 +02:00
dartcafe d98a983682
fix test
Signed-off-by: dartcafe <github@dartcafe.de>
2021-06-06 20:05:41 +02:00
dartcafe 3f98112301
gone too far
Signed-off-by: dartcafe <github@dartcafe.de>
2021-06-06 20:01:09 +02:00
dartcafe 34579344a0
fix some tests
Signed-off-by: dartcafe <github@dartcafe.de>
2021-06-06 20:01:08 +02:00
dartcafe e331fe847c
fix test
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-14 23:05:29 +02:00
Daniel Rudolf d11ad5d9b4
Improve PHPUnit integration tests for polls:share:* commands
Add proper test case for shares of type Contact and GenericUser.

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-04-16 19:28:48 +02:00
Daniel Rudolf 8fdc00e9e7
Fix code styling
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-04-16 19:21:45 +02:00
Daniel Rudolf 7a745074a5
Fix PHPUnit integration tests for polls:share:* commands
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-04-16 19:16:51 +02:00
Daniel Rudolf 4d2d973c06
Add PHPUnit integration tests for polls:share:* commands
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-04-16 19:10:14 +02:00
Daniel Rudolf 6d2480df04
Fix PHPUnit unit and integration tests
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-04-16 19:09:23 +02:00
René Gieling 993a12c57c
Merge pull request #1406 from kauron/master
Fix test execution paths
2021-04-15 18:47:12 +02:00
dartcafe 81bcc3bb11
chaged require_once
Signed-off-by: dartcafe <github@dartcafe.de>
2021-04-11 22:03:17 +02:00
René Gieling 118fc01d6a
Update phpunit.integration.xml 2021-03-20 08:25:34 +01:00
kauron cc49b0b570 Fix test execution paths
Signed-off-by: kauron <9221197+kauron@users.noreply.github.com>
2021-02-12 10:42:55 +01:00
dartcafe ef197cb790
code maintenance 2021-01-25 15:54:20 +01:00
René Gieling 877abb0d09
fix migration (#1356)
fix #1355
2021-01-22 09:43:56 +01:00
René Gieling 4729f28c4c
Avoid duplicate entries via unique index in certain dbs (#1284)
Squashing due to many commits
2021-01-02 00:48:46 +01:00
René Gieling bf0081da09
Psalm (#1277)
* added config for psalm
* removed, fixed and additions annotations
* added typehints
2020-12-05 20:44:00 +01:00
René Gieling d2eee9bd2b
use github CI and PHPUnit (#1257) (#1269)
* use github CI and PHPUnit (#1257)
* CommentMapperTest
* LogMapperTest
* SubscriptionMapperTest
* all mappers
2020-11-30 20:28:25 +01:00
dartcafe 6b40ed41fe
fix test 2020-11-19 08:20:52 +01:00
dartcafe 287a88a5ca
fix factory 2020-10-19 08:17:42 +02:00
Tortue Torche 6300579b44 Fix tests
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2020-02-05 14:58:02 +01:00
dartcafe 3420e93269
remove css files 2020-02-02 00:36:22 +01:00
Scrutinizer Auto-Fixer e8b6719849 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2019-12-31 00:47:51 +00:00
dartcafe 24034936d8
removed unused code from PageControllerTest 2019-12-30 16:16:34 +01:00
Scrutinizer Auto-Fixer df953c6bd7 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2019-12-30 15:13:46 +00:00
dartcafe 766fd8cc08
new round 2019-12-30 16:04:25 +01:00
dartcafe fdfa854374
eliminating hints 2019-12-30 15:52:04 +01:00
René Gieling 217492e10f
renamed event to poll in the entire project (#695)
* renamed event to poll in the entire project
* Migration polls_event to polls_polls
* use timestamp
2019-12-29 23:16:27 +01:00
dartcafe 923fe1897f
Prepare mail notification and update tests 2019-12-21 21:01:06 +01:00
Tortue Torche bb507dce72 Fix tests according to @dartcafe comments
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-11 09:40:53 +01:00
Tortue Torche 341ff62f07 Fix Event factory.
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10 15:11:20 +01:00
Tortue Torche 856c886491 Add 'showResults' attribute in the Event factory
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10 15:03:55 +01:00
Tortue Torche c6fe4082c2 The 'hash' column in the 'polls_events' table was renamed 'token'.
See: 5b7165b7aa (diff-b2c29e32782807f65fe6a60f16ee479fL74)
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10 15:03:55 +01:00
Tortue Torche 30876940ad Patch FactoryMuffin::generate() method to support dynamic setter and getter
with the OCP\AppFramework\Db\Entity class

Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10 15:03:55 +01:00
Tortue Torche c780daf33d Fix PHPUnit::setUp() method for integration tests.
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10 15:03:55 +01:00
Tortue Torche f94c08cbf1 Fix PageController::__construct() arguments order.
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10 15:03:55 +01:00
Tortue Torche 60e380ec7e Try to fix tests!
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10 15:03:55 +01:00
dartcafe 2b50632f40
fix test 2019-01-31 18:40:38 +01:00
dartcafe 872636c3f3
Test 2018-12-29 09:09:24 +01:00
dartcafe 14b0643f38
Update OptionMapperTest.php 2018-12-29 08:44:33 +01:00
dartcafe c76b51d26b
Grammar 2018-12-28 22:33:31 +01:00
dartcafe b1c39fe222
Getting mad 2018-11-16 07:23:52 +01:00
dartcafe cfedef7ea9
OMG 2018-11-16 07:20:49 +01:00
dartcafe 32215c1616
fix 2018-11-16 07:15:25 +01:00
dartcafe 0e005e5eb0
fix 2018-11-16 06:58:23 +01:00
dartcafe fbe1899c36
fix 2018-11-16 06:50:41 +01:00