Michael
bd91bb21b9
No causer in threads
2021-01-16 07:21:02 +00:00
Michael
352f1fcae2
Hopefully make the tests happy
2021-01-16 07:13:32 +00:00
Hypolite Petovan
3aeaa4ea82
Add test for program execution function installer check
2021-01-07 09:20:03 -05:00
Hypolite Petovan
28d850b95d
Add BBCode test for issue #9639
2020-12-18 11:11:48 -05:00
Hypolite Petovan
a0f6d678c4
Add HTML Purify to BBCode::convert
...
- Replace previous HTML cleanup using DOMDocument
- Remove obsolete HTML::sanitizeCSS method
- Use Strings::autoLinkRegEx for PageInfo::getRelevantUrlFromBody
- Update previous tests expectations
- Add new specific XSS tests
2020-12-04 07:29:48 -05:00
Michael
818c064c0a
The notifications parameters are now simplified
2020-11-25 19:56:39 +00:00
Michael
f1b04504ca
Chenged compared text
2020-11-19 16:28:15 +00:00
Michael Vogel
acae3df0a2
Merge pull request #9526 from MrPetovan/bug/9525-mastodon-emojis-tag
...
Restore expected implementation of JsonLD::fetchElementArray
2020-11-12 05:47:46 +01:00
Michael
5598f7d6ba
Fix test
2020-11-11 20:49:34 +00:00
Hypolite Petovan
9e4a0bf212
Added new test for JsonLD::fetchElementArray type matching
2020-11-11 11:19:27 -05:00
Michael
97bddc25af
Only disable PDO for versions lower than 7.3
2020-11-08 17:45:50 +00:00
Michael
f23ec66801
Disable PDO for the AppMode test as well
2020-11-08 17:26:20 +00:00
Michael
b0cf539048
Another test to disable PDO for tests
2020-11-08 17:13:12 +00:00
Michael
b8c647f65a
Male the tests work again with PHP 7.2
2020-11-08 16:47:41 +00:00
Michael
15b71edbd6
Test database error
2020-11-08 07:29:13 +00:00
Michael
23a68803a1
Remove PDO test
2020-11-07 15:25:43 +00:00
Michael
efc2969450
Test if the tests work better without PDO
2020-11-07 14:53:50 +00:00
Michael
9b95722fba
Removed unneded parentheses
2020-11-07 12:45:04 +00:00
Michael
eb8caaa5e7
Restore the connection check
2020-11-07 11:44:39 +00:00
Michael
1e52c430e6
Fix assertion messages
2020-11-07 11:26:56 +00:00
Michael
335a122c81
The tests had been split
2020-11-07 11:02:23 +00:00
Michael
dadd73ba31
Syntax error fixed
2020-11-07 10:46:08 +00:00
Michael
2ba0d884a0
Added mode tests
2020-11-07 10:45:38 +00:00
Michael
8baac61212
Test connection
2020-11-07 09:37:57 +00:00
Michael
9d804f655e
Database text no checks for database driver
2020-11-07 09:02:21 +00:00
Philipp Holzer
82dd919ce6
Add redis error message for tests
2020-10-18 21:13:29 +02:00
Philipp Holzer
b4624f87ae
Activate redis
2020-10-18 21:05:19 +02:00
Philipp Holzer
8f0afa6399
Fix StringTest
2020-10-18 20:52:27 +02:00
Philipp Holzer
d55ecb9288
Fix a lot of notices/warnings/deprecation notes in the test directory
2020-10-18 20:52:27 +02:00
Philipp Holzer
efaec26b1d
Fix wrong $this->assert...()
with `self::assert...()
2020-10-18 20:52:27 +02:00
Hypolite Petovan
7d705417a9
Adjust testModuleClass() expectations after introducing lastRoutesFileModifiedTime cache key
2020-10-15 12:41:49 -04:00
Philipp Holzer
b70b9d1139
Revert "Replace IHTTPResult for CurlResult usages"
...
This reverts commit 97167d7b
2020-10-11 23:26:17 +02:00
Philipp Holzer
069753416d
Revert "Fix IHTTPResult::getHeader/s() - Split functionality "getHeader()" and "getHeaders()" analog to IMessageInterface::getHeader/s() - Fix functionality at various places - Adapt CurlResultTest"
...
This reverts commit 933ea7c9
2020-10-11 23:26:03 +02:00
Philipp Holzer
0449077126
Revert "Fix IHTTPResult::getHeader() - Now returns a string array, like expected - Fix usages - Fix dataset"
...
This reverts commit 80bd0a4d
2020-10-11 23:25:40 +02:00
Philipp Holzer
6fcbb9866f
Revert "Fix Content-Type for CurlResult
class"
...
This reverts commit 02bc99f6
2020-10-11 23:25:33 +02:00
Philipp Holzer
40349bfdc4
Revert "IHTTPResult::getContentType is now a string again"
...
This reverts commit 40b11442
2020-10-11 23:25:29 +02:00
Philipp Holzer
40b11442c2
IHTTPResult::getContentType is now a string again
2020-10-10 23:11:30 +02:00
Philipp Holzer
02bc99f67b
Fix Content-Type for CurlResult
class
2020-10-10 23:11:30 +02:00
Philipp Holzer
80bd0a4d5a
Fix IHTTPResult::getHeader()
...
- Now returns a string array, like expected
- Fix usages
- Fix dataset
2020-10-10 23:11:30 +02:00
Philipp Holzer
933ea7c9ce
Fix IHTTPResult::getHeader/s()
...
- Split functionality "getHeader()" and "getHeaders()" analog to IMessageInterface::getHeader/s()
- Fix functionality at various places
- Adapt CurlResultTest
2020-10-10 23:11:30 +02:00
Philipp Holzer
97167d7b90
Replace IHTTPResult for CurlResult usages
2020-10-10 23:11:30 +02:00
Philipp Holzer
d39ee428f0
Introduce "static/env.config.php" for environment variable mapping to config cache entries
...
- Added new database.port config value (used for MYSQL_PORT)
- Removed now obsolete db environment variable functionality
- Added functionality to load env variables (overwrites DB based cached)
2020-10-06 20:43:29 +02:00
Philipp Holzer
0f3e4255ca
Introduce Config\Cache Source indicators (File, DB, Server Env)
2020-10-04 20:41:31 +02:00
Philipp Holzer
30bc65e81e
Remove whitespace before ":" of mail headers
2020-09-28 19:22:29 +02:00
Philipp Holzer
fae7256d82
wrong annotation for preserverGlobalState ..
2020-09-23 19:46:24 +02:00
Philipp Holzer
3eaaf716e9
just log double message IDs, don't discard the email
2020-09-23 19:38:20 +02:00
Philipp Holzer
e2b736d0a9
Fix phpmailer (Case sensitive Check)
2020-09-22 22:48:34 +02:00
Hypolite Petovan
a852455d0e
Merge remote-tracking branch 'friendica/stable' into develop
...
# Conflicts:
# composer.lock
2020-09-20 15:32:58 -04:00
Philipp Holzer
ac1d2cf38f
Transform email header string to header array & replace it at various situations.
2020-09-19 20:16:55 +02:00
Philipp Holzer
7413b362f5
Add basic process tests
2020-09-17 22:15:33 +02:00
Philipp Holzer
4db45aca06
Fix indentation .. again ;-)
2020-09-14 06:34:03 +02:00
Philipp Holzer
9d9489494e
Format/name changes
2020-09-13 10:53:15 +02:00
Philipp Holzer
90346f61ba
Replace library/ASNValue.class.php with phpseclib functions
2020-09-12 20:54:37 +02:00
Philipp Holzer
11ef3895f5
Replace library/asn1.php with phpseclib
2020-09-12 20:44:36 +02:00
Hypolite Petovan
1b681222a4
Ensure query parameters are URL encoded in Arguments
...
- Simplify Arguments->determine
- Remove stripZRLs and stripQueryParam Arguments methods
- Updated tests
2020-09-12 09:09:16 -04:00
Hypolite Petovan
d1942afbca
Stop using q as a page parameter
2020-09-12 09:09:15 -04:00
Philipp Holzer
61014feec3
Fix ContactEndpoint & tests
2020-09-12 10:01:13 +02:00
Philipp Holzer
1008f408c0
add global init to test setUp
2020-09-11 20:14:47 +02:00
Philipp Holzer
e4263f6fe5
Fix PSR-0 for test classes
2020-09-11 19:38:41 +02:00
Philipp Holzer
6e45fd49f3
Statically set "nickname" for user-field in API tests, because there is no authentication action.
2020-08-21 16:21:36 +02:00
Philipp Holzer
3c35901380
Fix "location" entry for contacts in API test dataset
2020-08-21 16:11:37 +02:00
Philipp Holzer
672f71a7ff
Disable testImagickNotFound due low impact and test is not working (needs care in the future)
2020-08-19 14:20:07 +02:00
Philipp Holzer
6ad27183a1
Fix Cache tests
2020-08-19 14:20:07 +02:00
Philipp Holzer
16591077ac
Fix Database $_SERVER usage and remove old .travis files
2020-08-19 14:20:07 +02:00
Hypolite Petovan
5e0b4b8a8f
Merge pull request #8900 from tobiasd/20200718-serverblocklistcsv
...
added CSV import/export of server blocklist
2020-08-08 09:57:41 -04:00
Tobias Diekershoff
97df01c938
update the test of the help text
2020-08-07 11:49:25 +02:00
Hypolite Petovan
121bb85719
Remove expected third parameter value to saveTimestamp() in Util\ProfilerLogger test
2020-07-27 04:20:46 -04:00
Hypolite Petovan
ce04c13ea8
Update App\Router-related tests after constructor signature change
2020-07-27 02:33:08 -04:00
nupplaPhil
c51128ad20
Fix tests
2020-07-21 03:19:05 -04:00
Hypolite Petovan
8de66c0274
Add shortened URL link label stripping to PageInfo::stripTrailingUrlFromBody
...
- Add test cases for shortened URL link labels
2020-07-17 17:16:22 -04:00
Hypolite Petovan
a81e169f45
Add unencrypted header test for HTTPSignature::parseSigheader
2020-07-14 09:52:07 -04:00
Michael Vogel
7fd2c00171
Merge pull request #8792 from MrPetovan/task/share-block-guid
...
[frio] Add local post link to share block when guid attribute is present
2020-06-23 21:26:07 +02:00
Hypolite Petovan
faeffff8a3
[pre] blocks now preserve spaces
...
- Added test case
- Added English documentation
2020-06-23 07:53:18 -04:00
Hypolite Petovan
251a3791dd
Keep spaces after non-tags in Content\BBCode::convert
...
- Added test case
2020-06-23 07:52:38 -04:00
Hypolite Petovan
2b83ec6784
Add more expected data to test fixtures
2020-06-22 17:49:20 -04:00
Hypolite Petovan
f3323aff5e
Deprecate page_info functions to new PageInfo class
...
- Add tests for parts not using remote requests
- Add scheme requirement for page info URLs
- Add policy to keep label from stripped Page Info links
2020-06-17 13:24:44 -04:00
Michael Vogel
f10062dfdb
Merge pull request #8617 from MrPetovan/task/8220-twitter-followers-list
...
(Re)Implement Twitter contact API endpoints
2020-06-14 16:06:22 +02:00
Hypolite Petovan
5bfbc1224c
[Tests] Add test for Module\Api\Twitter\ContactEndpoint
...
- Add necessary fixture data
2020-06-09 08:39:37 -04:00
Hypolite Petovan
95138ae7d1
[Tests] Extract fixture logic from ApiTest
...
- Reorder frio scheme tests to avoid PConfig persistence side-effect
2020-06-09 08:38:31 -04:00
Hypolite Petovan
7a5afc10bb
Implement Twitter contact endpoints
...
- Implement /followers/ids
- Implement /followers/list
- Reimplement /friends/ids
- Reimplement /friends/list
- Update API reference
- Remove obsolete tests
2020-06-09 08:36:46 -04:00
Hypolite Petovan
7d800c81ec
Fix faulty test expectation in ApiTest->testApiFriendicaNotificationWithXmlResult
2020-06-08 20:43:46 -04:00
Hypolite Petovan
348b71d0b0
Add new Strings::performWithEscapedBlocks methods
...
- Add new BBCode::performWithEscapedTags method
- Add tests
2020-06-08 18:40:20 -04:00
Michael
8823cbf9c4
Ensure that empty arrays are returned as empty arrays
2020-06-07 08:49:53 +00:00
Michael
8868bc3b55
The more tests the better?
2020-06-07 08:39:00 +00:00
Michael
bc616a142b
There is always one last test ...
2020-06-07 08:29:19 +00:00
Michael
1f36c655e1
Two more tests
2020-06-07 08:24:08 +00:00
Michael
775437cb1c
Another test added
2020-06-07 08:15:04 +00:00
Michael
11404646db
Fix test
2020-06-06 19:53:26 +00:00
Michael
0799b721c9
Just some more tests added
2020-06-06 14:59:28 +00:00
Michael
699429ab08
Added test for fetching arrays
2020-06-06 14:16:27 +00:00
Michael
95d997c79d
Added tests for JsonLD class
2020-06-06 12:53:36 +00:00
Hypolite Petovan
f68652d61c
Revert "Move share content conversion before link handling in Text\BBCode::convert"
...
This reverts commit 010ec99b35
.
2020-06-04 11:11:44 -04:00
Hypolite Petovan
010ec99b35
Move share content conversion before link handling in Text\BBCode::convert
2020-06-03 22:02:01 -04:00
Michael
19f2a998d2
Added new field to the test data
2020-05-29 02:25:17 +00:00
Hypolite Petovan
782218f781
Add tests for Network\Probe::getFeedLink
2020-05-21 00:25:48 -04:00
Hypolite Petovan
c6ba92c43d
Refactor template engine code
...
- Convert ITemplateEngine interface to abstract class
- Remove dependency to App in FriendicaSmarty and FriendicaSmartyEngine
- Normalize replaceMacro parameter behavior using Smarty template string prefixes
- Remove obsolete FriendicaSmarty->parsed method
- Update unused Smarty directory paths
2020-05-18 01:18:41 -04:00
Michael
2304642535
Fix test
2020-05-17 17:28:40 +00:00
Michael
56e363b84b
Fix tests
2020-05-17 10:03:11 +00:00
Michael
29450334d0
deactivated test
2020-05-15 21:09:50 +00:00
Michael
68d3dc1fcc
Fix code
2020-05-15 20:58:40 +00:00