Commit Graph

515 Commits

Author SHA1 Message Date
Philipp Holzer 81122bfc3b
Fix tests 2021-10-18 23:32:48 +02:00
Philipp Holzer f7603b0b6a
Try to delete all data at the end of the test .. 2021-10-18 23:32:48 +02:00
Philipp Holzer 0f752ff91b
Fix tests 2021-10-18 23:32:47 +02:00
Philipp Holzer 64a336ee8d
Rename method again 2021-10-18 23:32:46 +02:00
Philipp Holzer b5d994394e
Fixing PUBLIC usage, Fixing DB-View, Creating tests 2021-10-18 23:32:45 +02:00
Philipp Holzer a07acac463
Fix PHP-CS 2021-10-18 23:32:45 +02:00
Philipp Holzer 5fecc9ecf7
Adapt ProfileField & Fix current PermissionSet Usage at ProfileFields 2021-10-18 23:32:44 +02:00
Philipp Holzer 8a354dac82
Fixup ProfileField Test (because of PermissionSet fix) 2021-10-18 23:32:43 +02:00
Philipp Holzer a22c373347
make PHP-CS happy :-) 2021-10-18 23:32:43 +02:00
Philipp Holzer 7c0c102f9f
Add tests 2021-10-18 23:32:42 +02:00
Philipp Holzer f273c27e3b
Fixups 2021-10-18 23:32:42 +02:00
Philipp Holzer ef1e2ce77e
Cleanup tests
- Remove DBAMockTrait
- Remove DBStructureMockTrait
2021-10-18 20:08:40 +02:00
Hypolite Petovan fe5d1444a5 Add test for new BBCode tag 2021-10-18 02:45:47 -04:00
Hypolite Petovan 29be333cec Add test for public value of Depository\PermissionSet->selectOneById 2021-10-16 16:55:53 -04:00
Hypolite Petovan 5feb80397f Added test for code blocks containing HTML entities in HTMLTest::toBBCode 2021-10-15 11:37:21 -04:00
Philipp Holzer 03164d00e8
Add feedback and tests 2021-10-07 19:53:39 +02:00
Philipp Holzer 7471b7698b
Adapt filesystem tests 2021-10-05 20:29:52 +02:00
Philipp Holzer 065b46c721
Split Storage usage and Storage configuration 2021-10-05 20:07:12 +02:00
fabrixxm fcc284577d Fix typo in test for ParsedLogIterator 2021-10-01 14:08:00 +02:00
Hypolite Petovan d9cd2f5bca
Merge pull request #10773 from annando/issue-10772
Issue 10772: Avoid duplicated links in AP posts
2021-09-28 07:03:39 -04:00
Michael 0b333ef6bc Fixed test error 2021-09-28 04:27:24 +00:00
Michael dd6e321c97 Added test 2021-09-28 03:36:48 +00:00
fabrixxm ab7de16aca Fix code style 2021-09-27 12:22:08 +02:00
fabrixxm eadcc8dc93 Handle reading empty file in ReversedFileReader
fix #10766
2021-09-27 12:14:19 +02:00
Hypolite Petovan d78661817e
Merge pull request #10693 from nupplaphil/feat/config_dir
Add the possibility to use a different configuration directory
2021-09-13 07:02:52 -04:00
Philipp Holzer b7c262bee6
Fix test 2021-09-12 13:51:03 +02:00
Philipp Holzer 27e4586597
Move path determination logic into the `ConfigFactory` 2021-09-12 13:44:29 +02:00
Hypolite Petovan 8e99b7f775 Refine BBCode::expandTags regular expression
- Now requires the tag to be preceded by either a non-word character or a start of a line
- Added corresponding tests
2021-09-12 00:06:14 -04:00
Philipp Holzer 5702944116
Add the possibility to use a different configuration directory 2021-09-11 14:33:26 +02:00
Philipp Holzer 0d6884a8a9
Fix `http_code` usage in case of failures 2021-08-29 14:05:38 +02:00
Philipp Holzer d517fed12d
Add test for https://github.com/friendica/friendica/issues/10473#issuecomment-907749093 2021-08-29 13:49:10 +02:00
Philipp Holzer befd5c860d
Fix headers (string to array) and make sure the signature doesn't change 2021-08-25 14:22:43 +02:00
Philipp Holzer f2dcc2788d
Add Test for HTTPSignature::createSig() 2021-08-25 14:22:43 +02:00
Philipp Holzer d4a233a149
Extend test capability for HTTP Requests 2021-08-25 14:22:43 +02:00
Philipp Holzer c7f54d83ce
Introduce DiceTestTrait for partial mocking DI:: calls 2021-08-25 14:22:43 +02:00
Philipp Holzer 3eb2abdb2a
Adapt tests 2021-08-25 14:22:42 +02:00
Philipp Holzer 52c7948526
Create HTTPClientFactory and introduce ImageTest 2021-08-25 14:22:42 +02:00
Philipp Holzer 26401e88b8
IHTTPResult::getContentType is now a string again 2021-08-20 19:58:42 +02:00
Philipp Holzer 82f767f2ee
Fix Content-Type for `CurlResult` class 2021-08-20 19:58:42 +02:00
Philipp Holzer dee1899628
Fix IHTTPResult::getHeader/s()
- Split functionality "getHeader()" and "getHeaders()" analog to IMessageInterface::getHeader/s()
- Fix functionality at various places - Adapt CurlResultTest
2021-08-20 19:58:42 +02:00
Philipp Holzer 05ecd1e3d4
Replace IHTTPResult for CurlResult usages 2021-08-20 19:58:42 +02:00
Hypolite Petovan 632d1024f7
Merge pull request #10309 from fabrixxm/feature/advanced-logsview
Display structured logs in admin
2021-08-20 05:24:07 -04:00
fabrixxm 7f695197aa Fix review points
- Fix headers hierarchy
- Improve accessibility:
 	- set mouse pointer
	- make rows focusable
	- open on key press
	- add tooltip with "title"
	- add role and aria attributes
- Rename `ParsedLog` to `ParsedLogLine`
- Add docs to `ReversedFileReader`'s implementation of `Iterator`'s methods
- Add docs to `ParsedLogIterator`'s implementation of `Iterator`'s methods
- Remove unnecessary comment
- Add more test for parsing log lines and fix some edge cases
- Fix function name in snake-case to camelCase
- Remove `DIRECTORY_SEPARATOR`
2021-08-20 11:02:18 +02:00
Hypolite Petovan 940a9b2505 Add test for issue #10617 2021-08-20 03:45:43 -04:00
fabrixxm 5520f100b2 Fix `ParsedLogIteratorTest::setUp()` 2021-08-19 15:26:26 +02:00
fabrixxm dd2abc7aff Fix code standard 2021-08-19 15:20:25 +02:00
fabrixxm ce0d7616cc Add tests for ParsedLogIterator 2021-08-19 14:57:04 +02:00
fabrixxm a62124285d Add tests for ParsedLog and fix parsing 2021-08-19 14:55:33 +02:00
Hypolite Petovan 42c21df118 Add tests for a couple of static methods of Protocol\ActivityPub\Processor 2021-08-18 14:36:45 -04:00
Philipp Holzer 1901716479
Lower complexity for valid backends (replace hashmap with a "simple" name array) 2021-08-16 23:27:43 +02:00