Commit Graph

1300 Commits

Author SHA1 Message Date
Roland Häder b1cf4cbbd5
Changes:
- added unit-test for `Temporal::getRelativeDate()` method
2022-10-25 21:30:56 +02:00
Philipp Holzer c3df570324
Fix CI with Session 2022-10-22 20:03:15 +02:00
Philipp Holzer a9963dc54b
Remove Core\Session 2022-10-21 19:36:42 +02:00
Philipp 7c4611af19
Update tests/src/Core/Session/UserSessionTest.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-10-20 20:47:43 +02:00
Philipp Holzer 940619325d
Add SessionUsers class including tests 2022-10-20 20:27:34 +02:00
Roland Häder 26e0469de7
Merge branch 'develop' into rewrite/gravity-constants 2022-10-18 16:34:40 +02:00
Philipp Holzer 497fc4e432
Move Monolog to Addons 2022-10-17 22:22:00 +02:00
Michael 62a0d55fc8 The friendica constants have been moved to the app class 2022-10-17 10:37:48 +00:00
Roland Häder da66730e4f
Rewrite:
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:

From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````

To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
Hypolite Petovan a4b0ebf160 Add a couple of cases to DateTimeFormat::fix()
- Reworked method to perform more string replacements and fewer regular expression matches
2022-10-09 09:34:38 -04:00
Hypolite Petovan bee6506d33 Only call DateTimeFormat::fix() when there's an Exception
- This prevents valid date/time strings to be mangled by fix()
2022-10-09 09:34:30 -04:00
Hypolite Petovan 345d307ae0 Add tests for DateTimeFormat::fix() 2022-10-07 23:10:50 -04:00
Michael ee03e4de08 Fix test 2022-10-07 08:13:26 +00:00
Michael a07fd7d7c2 Spaces to tabs 2022-10-07 08:07:12 +00:00
Michael 8e9acfe210 Fix tests? 2022-10-07 05:22:10 +00:00
Philipp Holzer 2d4598a4db
adapt return type 2022-09-25 23:17:37 +02:00
Philipp Holzer 60b1cac166
Add empty testcase for later .. would work if we could mock applications 2022-09-25 21:39:29 +02:00
Hypolite Petovan 3e1b6890b7 Fix removing falsy text nodes in HTML::tagToBBCodeSub
- This wrongly removed text nodes containing just '0'
2022-09-24 22:03:49 -04:00
Hypolite Petovan 97ccb4d2c4 Make server domain pattern block reason mandatory 2022-07-28 05:39:51 -04:00
Hypolite Petovan 1810b32c26 Move server domain pattern blocklist features to its own class
- Update tests
2022-07-28 05:38:50 -04:00
Michael 06698cc5f6 Test? 2022-07-17 09:31:44 +00:00
Michael f0fe323832 Possibly now the tests work 2022-07-17 09:17:07 +00:00
Michael 5188180094 Fixed test 2022-07-17 09:08:12 +00:00
Michael 760aecefd8 Test added 2022-07-17 09:02:28 +00:00
Roland Häder 3546d0aabe
This class has already been "imported". 2022-07-16 08:17:43 +02:00
Philipp Holzer 6ef609f4fb
Add dbview.config.php for vfs directory mocking 2022-07-12 23:46:21 +02:00
Philipp Holzer 41803cb731
Fix tests 2022-07-12 23:40:31 +02:00
Philipp Holzer 83a16ac114
Add test case for https://github.com/friendica/friendica/issues/11726 2022-07-12 20:10:17 +02:00
Hypolite Petovan 91f5a7cc6b Convert potential spaces in Memcache(d) key names
- Address https://github.com/friendica/friendica/issues/11630#issuecomment-1166475036
- Add test for space in cache keys
2022-06-26 07:30:30 -04:00
Philipp Holzer 2248850f78
add anything .. 2022-06-25 23:06:42 +02:00
Philipp Holzer 0223c030a9
Improve 2 factor usage 2022-06-25 23:04:00 +02:00
Hypolite Petovan 7c1ae71527 Add tests for BBCode::fetchShareAttributes 2022-06-25 11:46:53 -04:00
Philipp Holzer 5bf5b5e6c9
adaptions :-) 2022-06-23 23:01:09 +02:00
Philipp Holzer 13783089e7
Add copyright 2022-06-23 22:44:17 +02:00
Philipp Holzer d441b90bda
Respect Forwarded-For headers 2022-06-23 22:42:35 +02:00
Roland Häder cdcfb4064b
Changes:
- added type-hints
- added missing documentation
- renamed Logger::getWorker() to Logger::getLogger() as there is no worker class
  returned but the actual (inner) logger
2022-06-21 21:22:16 +02:00
Roland Häder 8092188991
Added important comment from @nupplaphil@github.com 2022-06-21 21:12:59 +02:00
Roland Häder f38ad168f5
Reverted and improved TODO:
------
@nupplaphil: There is no easy possibility to add a logger here, that's why there
isn't any yet and instead a placeholder.. This execution point is a critical
state during a testrun, and tbh I'd like to leave here no further logic (yet)
because I spent hours debugging cases, where transactions weren't fully closed
and strange/unpredictable errors occur (sometimes -mainly during debugging other
errors :) ...)
-----
2022-06-21 19:21:25 +02:00
Roland Häder 3b8d9a7248
Use protected $this->logger instead 2022-06-21 17:54:48 +02:00
Roland Häder a7651fa1d5
Changes:
- let's at least log the error message, yes it does flood your logfile
2022-06-21 13:47:40 +02:00
Roland Häder e96a548286
Changes:
- dumped default value for $input
- added unknown 'platform' which prevents an "Undefined index: platform in
  /var/www/.../src/Model/GServer.php on line 940" error
2022-06-20 18:56:22 +02:00
Roland Häder e5cc7a5ab1
Fixes:
- Strings::isHex() should not be misused for checking on NULL
2022-06-20 08:25:45 +02:00
Roland Häder 6743de63f5
Changed:
- DBA::exists() should only be used for checking if records exists.
- if you want to check if a table exists, please ALWAYS use
  DBStructure::existsTable() instead
2022-06-20 08:20:07 +02:00
Roland Häder cc750d743b
Changes:
- some methods now need to return bool to be compatible
- added some missing type-hints
2022-06-20 08:12:54 +02:00
Roland Häder 9c80dd35e5
Both declarations must be the same 2022-06-20 08:07:12 +02:00
Roland Häder 51f43278d6
Fixed incompatible types 2022-06-17 18:00:36 +02:00
Hypolite Petovan 4c5d9e22a8 Propagate signature change of Database::transaction() 2022-05-29 14:23:57 -04:00
Hypolite Petovan 25876099ce Add tests for BBCode::getAbstract and BBCode::stripAbstract methods 2022-05-07 22:19:50 -04:00
Hypolite Petovan b7cee324b0 Add legacy notification endpoint for deprecated Notify entity
- Add dependencies to Notifications\Notification module class
2022-03-14 07:56:21 -04:00
Michael 329dc22137 Fix test? 2022-02-25 21:03:16 +00:00
Hypolite Petovan b3622e74b2 Add required notify field to contacts in API test fixture 2022-02-23 21:30:18 -05:00
Philipp Holzer c4e40734df
adapt test 2022-02-15 23:17:40 +01:00
Michael 7f59dc07c4 New lines added 2022-01-30 16:30:49 +00:00
Michael 273f4c352e Spaces 2022-01-30 16:26:29 +00:00
Michael 4f60b1660e Added test data 2022-01-30 16:21:07 +00:00
Michael 95664a6824 Removed empty line 2022-01-30 16:06:19 +00:00
Michael baf8951745 Converted in tabs 2022-01-30 16:00:17 +00:00
Michael 71959bb9fc Added some testable data 2022-01-30 15:57:54 +00:00
Michael 3fab53d335 Fix whitespace 2022-01-30 15:17:27 +00:00
Michael 72f755ce91 Empty test function added 2022-01-30 15:12:07 +00:00
Philipp 3d8e82d95d
Merge pull request #11141 from urbalazs/language-names
Add native language names to language selector & fix config during install
2022-01-23 20:55:40 +01:00
Philipp Holzer 150e3a6f42
Add DEVELOP flag for StorageManager for testing purpose only 2022-01-23 20:40:38 +01:00
Philipp Holzer 7ec4d42461
Fix test 2022-01-23 20:29:46 +01:00
Philipp Holzer 7dd8f7102f
Remove deprecated static mock 2022-01-22 21:44:12 +01:00
Philipp Holzer 40b3c69eec
Adapt test names 2022-01-22 21:43:30 +01:00
Philipp Holzer fbefb599dc
Move last legacy API tests & adapt phpunit.xml 2022-01-22 21:29:43 +01:00
Michael 51dcfe134e fixing some more tests 2022-01-16 20:58:58 +00:00
Michael 0f7b48c53e Fix wrong return value 2022-01-16 20:37:50 +00:00
Michael 88ac888a3b Fix some tests 2022-01-16 20:25:46 +00:00
Michael 7c15d0160a Coding styles / "require_once" for removed file removed 2022-01-16 09:01:04 +00:00
Michael 95f085b7ac API: The legacy API finally moved 2022-01-15 21:38:19 +00:00
Philipp Holzer c3be053742
Add license header to various tests 2022-01-07 00:35:28 +01:00
Philipp Holzer f6c240c062
Fix intended failure ;-) 2022-01-06 23:08:00 +01:00
Philipp Holzer 3e0bcf7acd
Add license check 2022-01-06 22:28:00 +01:00
Michael 543cc7f51f Moved tests, changes after review 2022-01-06 20:13:32 +00:00
Michael 0c5d2abf6b Tests 2022-01-06 07:41:29 +00:00
Philipp Holzer 6dbbd08179
Use rawContent for Special Options to avoid a protected options() method 2022-01-04 20:59:29 +01:00
Philipp Holzer 37f850377e
Fix App routing 2022-01-04 20:59:28 +01:00
Philipp Holzer dc46af5ea1
Automatically return allowed HTTP methods for OPTIONS per specific endpoint 2022-01-04 20:59:27 +01:00
Philipp Holzer c1f2e391b0
Move Arguments reset to right place 2022-01-04 20:59:26 +01:00
Philipp Holzer 5e85939502
Introduce FixtureTest::useHttpMethod for manually overwrite the HTTP Method argument 2022-01-04 20:59:26 +01:00
Philipp Holzer ee2a15d822
Add HTTP method to App\Arguments 2022-01-04 20:59:25 +01:00
Philipp Holzer c7f2ba213b
Fix OPTIONS 2022-01-04 20:59:25 +01:00
Philipp Holzer eaad220738
Add explicit status setting for PSR/ResponseInterface & add tests for OPTIONS endpoint 2022-01-04 20:59:25 +01:00
Philipp 322b7c856c
Merge pull request #11129 from urbalazs/copyright-2022
Update copyright
2022-01-02 09:45:35 +01:00
Balázs Úr e56a53647b Update copyright 2022-01-02 08:27:47 +01:00
Philipp Holzer 301ac83ebf
Add feedback - avoid intermediate variables 2022-01-02 01:04:04 +01:00
Philipp Holzer adf0d7bc95
Fix typo 2022-01-02 00:21:38 +01:00
Philipp Holzer 4c77e99f89
Add title to the text/html content for Twitter status object 2022-01-01 23:14:52 +01:00
Philipp Holzer 2f13afb4c0
Fix database lock driver test 2022-01-01 21:24:16 +01:00
Philipp Holzer 14e7f12aa4
Remove deprecated tests 2021-12-30 22:39:03 +01:00
Philipp Holzer 9d8a420391
Move API RSS tests 2021-12-30 22:37:23 +01:00
Philipp Holzer 29dbfb58c7
Move another API status tests 2021-12-30 22:17:03 +01:00
Philipp Holzer 2e221943d4
Move ApiResponse & Twitter Status tests 2021-12-30 22:08:46 +01:00
Philipp Holzer 2c15fb03ff
Move API status tests 2021-12-30 22:02:57 +01:00
Philipp Holzer 43a001bf73
Remove deprectated mediap tests 2021-12-30 21:57:55 +01:00
Philipp Holzer 0b08730a0b
Move getAttachement tests 2021-12-30 21:56:22 +01:00
Philipp Holzer c03ddf0891
Move API Status tests 2021-12-30 21:52:18 +01:00
Philipp Holzer 6412484fa6
Move API DirectMessage tests 2021-12-30 21:07:20 +01:00
Philipp Holzer f0b97d8e13
Move API User tests 2021-12-30 20:51:21 +01:00
Philipp Holzer 51c94016cd
Move API User tests 2021-12-30 20:50:42 +01:00
Philipp Holzer 84ca2d6e98
Cleanup: Remove already deprecated API tests 2021-12-30 20:23:38 +01:00
Philipp Holzer 0f40aec0e3
Move DirectMessages/Conversation tests 2021-12-30 20:18:34 +01:00
Philipp Holzer 07eca542a4
Move DirectMessages/Sent tests 2021-12-30 20:16:48 +01:00
Philipp Holzer 95e3583c68
Move DirectMessages/All tests 2021-12-30 20:04:32 +01:00
Philipp Holzer e7c5bdc779
Move DirectMessages/Inbox tests 2021-12-30 20:02:53 +01:00
Philipp Holzer 0c4c6faa54
Move DirectMessages/Destory tests & fix Destroy condition 2021-12-30 19:58:19 +01:00
Philipp Holzer 3374cac767
Move DirectMessages/New tests 2021-12-30 19:46:13 +01:00
Philipp Holzer 5d69f7411d
Add MessageDirect\Search tests 2021-12-27 20:02:37 +01:00
Michael b7a460485a API: Direct Messages moved to new place 2021-12-16 22:44:50 +00:00
Philipp Holzer 29ba044947
Migrate phpunit.xml to new structure 2021-12-12 20:27:55 +01:00
Philipp Holzer 015de29b7b
Replace assertRegExp() assertMatchesRegularExpression() 2021-12-12 20:19:52 +01:00
Philipp Holzer 7d967f64a7
Replace deprecated usages 2021-12-10 21:40:07 +01:00
Philipp Holzer 31ca758d4e
Use ArraySubsetAsserts 2021-12-10 21:34:19 +01:00
Philipp Holzer f6e09204e9
Add assertions for NotificationTest 2021-12-10 17:32:41 +01:00
Philipp Holzer e9d8af89c2
Make PHP-CS happy ;-) 2021-12-09 22:55:15 +01:00
Philipp Holzer 631b9a84fc
Reenable Twitter/Retweet tests 2021-12-09 22:45:52 +01:00
Philipp Holzer d9949610c5
Reenable Twitter/Create&Destory tests 2021-12-09 22:45:52 +01:00
Philipp Holzer 204b8b6e49
Reenable Twitter/Media Post tests 2021-12-09 22:08:31 +01:00
Philipp Holzer f84c696925
Reenable Twitter/Favorites tests 2021-12-09 21:52:40 +01:00
Philipp Holzer 732ef70b8d
Sadly mark incomplete Twitter/ContactEndpoint tests 2021-12-09 21:47:49 +01:00
Philipp Holzer 2b57266c88
Reenable Twitter/Show test 2021-12-09 21:43:35 +01:00
Philipp Holzer e10045f13f
Reenable Twitter/Search test 2021-12-09 21:37:16 +01:00
Philipp Holzer 616cf012f9
Reenable Twitter/Lookup tests & add standard assertions 2021-12-09 21:33:02 +01:00
Philipp Holzer f9c490b29a
Reenable Twitter/UserTimeline tests 2021-12-09 21:23:58 +01:00
Philipp Holzer ccf7e251b5
Reenable Twitter/Statuses tests 2021-12-09 21:17:00 +01:00
Philipp Holzer 7982190a3c
Reenable Twitter/NetworkPublicTimeline tests 2021-12-09 21:11:40 +01:00
Philipp Holzer 6fb3fa5875
Reenable Twitter/Mentions tests 2021-12-09 21:07:47 +01:00
Philipp Holzer 4d330f2876
Reenable Twitter/Destroy tests 2021-12-09 21:03:33 +01:00
Philipp Holzer 354c2d828a
Simplify json testing 2021-12-09 20:53:29 +01:00
Philipp Holzer fb1e8e75f5
Add response for JSON only 2021-12-06 00:12:18 +01:00
Philipp Holzer d925e25424
Force right SSL_POLICY for test 2021-12-05 20:34:02 +01:00
Philipp Holzer 4efc12232a
Fix test 2021-12-05 20:34:02 +01:00
Philipp Holzer df1aabd304
Fix dataset 2021-12-05 20:34:01 +01:00
Philipp Holzer dbfe918a8b
Fix tests 2021-12-05 20:34:01 +01:00
Philipp Holzer 9081b37762
Fix Twitter statuses list & reenable tests 2021-12-05 20:34:01 +01:00
Philipp Holzer 85b9f2b02c
Reenable Incoming test and fixes an array_reverse() bug 2021-12-05 20:34:00 +01:00
Philipp Holzer 6d8b8d95b1
Reenable Followers&Friends Lists and fixes a array_reverse() Bug 2021-12-05 20:34:00 +01:00
Philipp Holzer 7ca47e8d21
Re enable Blocks/Lists test 2021-12-05 20:34:00 +01:00
Philipp Holzer 6b03ee2922
Re enable UpdateProfile test 2021-12-05 20:34:00 +01:00
Philipp Holzer 226f6038de
mark remaining Mastodon tests incomplete because of needed refactoring 2021-12-05 20:33:59 +01:00
Philipp Holzer 215979c2ac
mark Timeline tests incomplete because of needed refactoring 2021-12-05 20:33:59 +01:00
Philipp Holzer cc7b2fae4e
Re-enable AccountVerifyCredentials test 2021-12-05 20:33:59 +01:00
Philipp Holzer 902bcc506f
Re-enable StatusNetConfig test 2021-12-05 20:33:58 +01:00
Hypolite Petovan d05d2a348b Deprecate Network::unparseURL in favor of UriInterfact objects
- Added specific test for Probe::cleanURI
2021-12-03 17:39:31 -05:00
Philipp Holzer 901068f770
Fix test 2021-11-30 20:53:47 +01:00
Michael 68655d0dcb Possibly fixing tests 2021-11-30 19:17:33 +00:00
Michael 56f8adcb80 Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes 2021-11-30 19:07:24 +00:00
Philipp Holzer 9cec38f916 Make HTTPInputData dynamic
- Removing DI:: dependency inside App class
- Making testability easier & adapting tests
2021-11-30 01:07:59 -05:00
Philipp Holzer 2e4d654c0a Make $_REQUEST processing independent of sub-calls
- Move HTTPInputData::process() into App::runFrontend()
- Pass $_REQUEST (including processed Input) to every Module method
- Delete $_POST parameters at Module post() calls because of $_REQUEST
2021-11-30 01:07:58 -05:00
Michael 220c910de4 Tests 2021-11-30 05:43:06 +00:00
Michael a5b1843b36 Fixing tests? 2021-11-30 05:38:59 +00:00
Michael 33c8872c65 Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes 2021-11-30 05:00:46 +00:00
Philipp Holzer d433c06632 Add tests to prove error https://github.com/friendica/friendica/issues/11023
- Use `$request` instead of `$post` in `BaseModule->run`
2021-11-29 06:29:29 -05:00
Michael 61f1a4d14d Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes 2021-11-28 13:44:02 +00:00
Michael 222b35684d API: Added more functions, fixed function names 2021-11-28 13:34:00 +00:00
Hypolite Petovan a7689a3cc4
Improve comment wording in ApiTest 2021-11-28 08:26:53 -05:00
Philipp Holzer d576bb136b
Fix BaseApi and corresponding tests 2021-11-28 13:11:12 +01:00
Philipp Holzer 4cc36c9b2c
Fix BBCode::expandTags() & Remove AppMockTrait 2021-11-28 13:07:38 +01:00
Philipp Holzer 313d74598d Fix tests 2021-11-27 22:25:41 -05:00
Michael 14ec87e68c Deprecated upload function relocates to a replacement 2021-11-27 22:25:41 -05:00
Michael 7c8542f25a Tests deactivated 2021-11-27 22:25:40 -05:00
Michael b15d3a2523 API: Next bunch of functions transformed 2021-11-27 22:25:36 -05:00
Philipp Holzer 0b3540af0e
Make PHP-CS happy :) 2021-11-27 20:41:11 +01:00
Philipp Holzer 6fc2eeaeaf
Move all (inactive) API endpoint specific tests to new structure 2021-11-27 19:50:52 +01:00
Philipp Holzer 6a9fff5100
Fixing Response 2021-11-27 12:40:57 +01:00
Philipp Holzer 7cd85873ee
Replace IRespondToRequests with PSR-7 ResponseInterface 2021-11-27 12:40:57 +01:00
Philipp Holzer ca5c40c97e
Delete deprecated ApiResponseDouble 2021-11-27 12:40:57 +01:00
Philipp Holzer 78c45bd142
Add NodeInfo Module test as an example 2021-11-27 12:40:56 +01:00
Philipp Holzer 537b74f307
Inherit `ApiResponse` from `Response` 2021-11-27 12:40:54 +01:00
Philipp Holzer b5d2d32b44
Split and delete `ModuleController`
- $moduleName is part of the argument string => App\Arguments
- $isBackend boolean already part of App\Mode::isBackend()
- $module is now the direct return of App\Router::getModule()
- ModuleController::run() moved to BaseModule::run()
2021-11-27 12:39:45 +01:00
Michael 0de9ae913b API: moved several lists 2021-11-26 21:48:13 +00:00
Michael 998964c733 Fixing (some) tests 2021-11-26 10:54:02 +00:00
Michael f5a3f8039d Fixing tests 2021-11-26 10:48:38 +00:00
Michael ce161386e7 Fix test 2021-11-26 08:45:37 +00:00
Michael 0e3c8e3f5e Mixed parameter order 2021-11-26 08:16:06 +00:00
Michael fb47389c69 API: Fix profile_url handling / missing constant 2021-11-26 07:55:02 +00:00
Michael 1ff6b1cf18 Coding standards 2021-11-25 11:28:56 +00:00
Michael 44555cddb8 More functions moved 2021-11-25 06:00:58 +00:00
Michael 328a6c9e4e Fixing tests 2021-11-24 23:16:07 +00:00
Michael c4d52feea5 Many API calls moved 2021-11-24 23:03:34 +00:00
Michael c9b14b260f Replaced "requestdata" 2021-11-24 21:01:07 +00:00
Michael c412a1dfc5 Tests 2021-11-24 07:26:22 +00:00
Michael c61776aba6 Partially fixing source detection 2021-11-24 07:11:33 +00:00
Michael 57cf384fae Moved acitivites 2021-11-24 07:06:28 +00:00
Michael a3aab4a75a Entities, Source and api functions rearranged 2021-11-24 06:44:25 +00:00
Michael 07c2f36946 Removing unused functions, added (deactivated) attachments 2021-11-23 21:54:19 +00:00
Michael 1de83b7ad2 Fix tests 2021-11-21 20:34:00 +00:00
Michael f00792d370 Merge remote-tracking branch 'upstream/develop' into api-rework 2021-11-21 17:02:51 +00:00
Michael a4ef4589e6 Reworked friendship API endpoints 2021-11-21 16:59:09 +00:00
Hypolite Petovan 23c56b108b
Merge pull request #11003 from annando/fix-api
Fix legacy API
2021-11-21 07:55:25 -05:00
Philipp Holzer 8135c49613
Fix ApiResponseTest 2021-11-21 11:45:50 +01:00
Michael b4cb5631ad Fixing tests again 2021-11-21 10:23:54 +00:00
Michael 8abf6c9dd0 Possibly fixing tests 2021-11-21 10:20:03 +00:00
Michael bfddf14b6b Persuading the tests 2021-11-21 07:18:40 +00:00
Michael 1e4e0914ff Added parameter for test 2021-11-21 07:10:10 +00:00
Michael 8bc748758d Fetch data for test 2021-11-21 06:37:09 +00:00
Michael cf2ada64da Adding test data 2021-11-21 06:31:04 +00:00
Michael f385be04dc More test data 2021-11-21 06:19:35 +00:00
Michael 16e69cbffa Adding more test data 2021-11-21 06:14:38 +00:00
Michael 52a3563de4 Added test data 2021-11-21 06:10:19 +00:00
Michael c54d3ddf18 Test return value 2021-11-21 05:55:16 +00:00
Michael 1acaa61446 Use user contact 2021-11-21 05:40:48 +00:00
Michael ff9786f3c3 Fixing tests 2021-11-21 05:16:21 +00:00
Michael 8954c19896 Fix some tests 2021-11-21 00:36:02 +00:00
Michael c732027b04 Tests ... 2021-11-21 00:14:38 +00:00
Michael f04b07b20a Removed some more API functions 2021-11-20 23:38:52 +00:00
Michael 647ecd4bd3 Relocate RSS header stuff, cleaning up the code 2021-11-20 13:44:12 +00:00
Michael 4327ccddcb Some more removed functions and parameters 2021-11-20 09:36:17 +00:00
Michael d576e920d5 Fix legacy API 2021-11-19 20:15:12 +00:00
Philipp Holzer 645e4edc63
Revert "Revert "Replace Module::init() with Constructors""
This reverts commit 89d6c89b67.
2021-11-19 20:18:48 +01:00
Hypolite Petovan 89d6c89b67
Revert "Replace Module::init() with Constructors" 2021-11-19 07:23:23 -05:00
Hypolite Petovan 0b6e0566d7
Merge pull request #10987 from annando/api4
API: moved classes / unified user array creation
2021-11-19 06:13:52 -05:00
Michael 8fd738f550 Removed "api_get_user" 2021-11-18 22:20:19 +00:00
Michael 1f79d25ffc Replaced "api_date" 2021-11-18 21:43:13 +00:00
Michael b67c10812a Merge remote-tracking branch 'upstream/develop' into api4 2021-11-18 20:15:57 +00:00
Michael 0648f2f9ee Fix test 2021-11-18 15:55:25 +00:00
Michael 7c03eba98e Removed unused code 2021-11-18 14:49:12 +00:00
Michael 7d1a603ee5 Changing the expectaztion in the test 2021-11-18 08:14:08 +00:00
Michael a8a64a0918 We niow throw a different exception 2021-11-18 08:08:55 +00:00
Michael 42bd7918ad allow_api removed 2021-11-18 07:14:23 +00:00
Michael 98b68b47f0 api_get_user isn't used without parameters anymore 2021-11-18 07:06:08 +00:00
Michael 0c26ae31f6 And again ... 2021-11-18 06:58:43 +00:00
Michael 4c05228497 And again 2021-11-18 06:49:16 +00:00
Michael c2181df4d2 Poking around in the fog 2021-11-18 06:43:11 +00:00
Michael 268ad197c7 Tests 2021-11-18 06:37:48 +00:00
Michael c981f60221 Tests ... 2021-11-18 06:10:20 +00:00
Michael 2723e28a18 Tests ... 2021-11-18 06:03:21 +00:00
Michael 86c14f4d43 Tests again 2021-11-17 23:11:21 +00:00
Michael 3c0f22b2dd Testing tests 2021-11-17 22:50:43 +00:00
Michael abbe7895ae Fixing tests - maybe 2021-11-17 22:12:21 +00:00
Michael cdedf348e4 Replaced most "api_get_user" calls with newer BaseApi calls 2021-11-17 21:28:51 +00:00
Philipp Holzer f3d7d610e8
Fix tests 2021-11-17 22:21:03 +01:00
Philipp Holzer e73eda0156
Add feedback 2021-11-17 08:16:33 +01:00
Philipp d638775927
Update tests/src/App/ModuleTest.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-11-17 06:58:28 +01:00
Michael cf4793ffa6 Possibly fix test 2021-11-17 00:14:56 +00:00
Michael 6b20e52c99 Fixed banner test 2021-11-17 00:03:24 +00:00
Michael 2bb1805a67 Added profile picture 2021-11-16 23:57:12 +00:00
Michael 2eca5524e3 Tests fixed 2021-11-16 23:41:17 +00:00
Philipp Holzer c95d47b0b4
Refactor App\Module to App\ModuleController and rename properties 2021-11-16 22:40:39 +01:00
Philipp Holzer 8bf61848f9
Fix Legacy test 2021-11-15 00:01:16 +01:00
Philipp Holzer d32f8e5285
Adapt API tests for dynamic usage 2021-11-14 23:49:07 +01:00
Philipp Holzer 489cd0884a
Make BaseModule methods dynamic 2021-11-14 23:49:06 +01:00
Philipp Holzer 018275919c
Create interface for static Module calls 2021-11-14 23:30:04 +01:00
Michael 66db55f0cd
Some more API functions moved 2021-11-14 23:21:54 +01:00
Philipp Holzer 6b7babd58f
Remove test for deprecated way of calling API methods 2021-11-12 22:46:18 +01:00
Philipp Holzer e7f84d4934
Move Api\unsupported tests and remove dependency to System::jsonExit() 2021-11-12 22:44:59 +01:00
Philipp Holzer c0219fe2fa
class type 2021-11-12 22:30:48 +01:00
Philipp Holzer 7797c3a0a8
Migrate API\error tests and fix ApiResponse for RSS/atom 2021-11-12 22:29:58 +01:00
Philipp Holzer 23939cd0f1
Mirate API\SavedSearches tests 2021-11-12 22:15:43 +01:00