Commit graph

318 commits

Author SHA1 Message Date
Art4
0826cb50bd Rename CacheTest to CacheTestCase 2024-12-15 21:06:49 +00:00
Art4
75fee6784e Rename PConfigTest to PConfigTestCase 2024-12-15 16:13:53 +00:00
Art4
f3f52efe18 Inline KeyValueStorageTest into DBKeyValueStorageTest 2024-12-14 21:33:16 +00:00
Art4
346b42fba5 Fix use statements 2024-12-14 07:55:22 +00:00
Art4
5430d65799 rename DatabaseTest to DatabaseTestCase 2024-12-14 07:55:22 +00:00
Art4
42b543cd24 rename FixtureTest to FixtureTestCase 2024-12-14 07:55:22 +00:00
Art4
ee579280c7 Rename MockedTest to MockedTestCase 2024-12-14 07:55:22 +00:00
Art4
cf92446cf3 Fix tests 2024-11-02 22:06:02 +01:00
Art4
04d4c6d8f0 Fix mocking namespace 2024-11-02 20:57:11 +01:00
Art4
5ecee2b9f7 Fix namespace in IntallerTest, mock function_exists() with PHPMock 2024-11-02 17:43:43 +01:00
22828388c0 The redundant function "fetchfull" is removed 2024-09-04 17:04:45 +00:00
c4b58df927 REUSE tests directory 2024-08-24 14:31:41 +02:00
55cec6c61d OpenWebAuth moved to a separate class / Improved authentication handling 2024-05-28 21:59:52 +00:00
78dc61b59e Fallback mechanism for missing IDN functions 2024-04-06 11:26:12 +00:00
89e7420237 Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
32ac54d830
Fix SmiliesTest
Reduce noise because of wrong '<?php' test-data
2023-10-15 21:29:53 +02:00
4bcf5e07c0
Adjust InstallerTest 2023-10-15 15:49:02 +02:00
367d9149aa
test 2023-07-29 13:51:03 +02:00
6bcf5cb823
Make InstanceManager strategy naming convention case insensitive. 2023-07-29 13:20:02 +02:00
9ff89a970a
Rename NAME to constant 2023-07-28 17:39:12 +02:00
bbfec06a3d
Add "getName()" test 2023-07-26 21:44:31 +02:00
9f18222a06
Unify "Capability" 2023-07-26 21:44:31 +02:00
f2c02a79b9
Move Cache to strategies 2023-07-26 19:17:43 +02:00
ede8896721
Make PHP-CS happy 2023-07-21 22:47:09 +02:00
cba656383e
Adhere feedback
- rename hooks.config.php to strategies.config.php
- change all corresponding classes and tests
2023-07-21 22:42:24 +02:00
447f9daa9f
Fix PHP-CS 2023-07-17 01:19:37 +02:00
8dbbf882a8
Fix SyslogLogger and tests 2023-07-17 01:16:29 +02:00
bca6abf4ab
Fix logger classes and tests 2023-07-17 01:06:11 +02:00
903ecc2a76
Make PHP-CS happy 2023-07-17 00:15:16 +02:00
5c57d8de20
Add license 2023-07-17 00:13:03 +02:00
93af6f0564
Add tests for InstanceManager and remove Decorator hook logic (avoid complex Dice logic) 2023-07-17 00:10:15 +02:00
527622df4a
Add tests for HookFileManager 2023-07-16 22:41:56 +02:00
a9178e6982
Add tests for AddonFiles 2023-07-16 22:05:59 +02:00
14b76e48f0
Introduce dynamic hook loading
- Dynamically load addon files
- Dynamically load hooks
- Rewrite Logger-logic to use new hook logic (Monolog is working again)
2023-07-16 18:43:35 +02:00
c2d11328cc
adapt minor changers / fix tests 2023-03-27 19:36:14 +02:00
Philipp
36e21cacc9
Apply suggestions from code review
Switch to `isWritable`

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-03-27 19:36:14 +02:00
e072c9985e
Fixup and adding tests 2023-03-27 19:36:13 +02:00
Josh Soref
6206c7d2e1 spelling: override
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:14:16 -04:00
Josh Soref
3b173f2007 spelling: nonexistent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:14:15 -04:00
820c3923a7 Fix wrong assertion in DBKeyValueStorageTest 2023-03-18 23:36:07 -04:00
d772331b91
Fix multiple serialized values 2023-02-20 17:22:59 +01:00
9e6d95284b
Adapt tests to use new BaseURL UriInterface 2023-02-18 21:12:21 +01:00
ab281d5190
Fix dba cache 2023-02-12 13:23:39 +01:00
a153c3f594
Fix and adapt tests 2023-02-12 13:09:14 +01:00
513ef03421
Revert node.config.php into Config table 2023-02-10 14:06:22 +01:00
Philipp
ac0e2aa901
Update tests/src/Core/Config/Util/ConfigFileTransformerTest.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-01-21 19:44:27 +01:00
9627af924a
Add support for toString/Serializable 2023-01-21 19:42:48 +01:00
293c121c48
Adhere PHP-CS.. 2023-01-16 22:25:26 +01:00
f609e38600
Introduce new Hook logic
- InstanceManager for computing strategies and to allow decorators
- Adapting Core\Logger to use it
2023-01-16 22:20:33 +01:00
ab6efea9b2
Replace Config-Cache dependency with Config-Model (no more DB-waiting necessary) 2023-01-15 16:17:08 +01:00