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
Michael
1a9df263ed
Reactivating tests, fixing stuff
2020-05-15 20:52:01 +00:00
Michael
45f76db5d6
Deactivating test
2020-05-15 20:47:09 +00:00
Michael
dfb75e16e1
Reverting stuff
2020-05-15 20:24:38 +00:00
Michael
0fa6921845
Removed test mode
2020-05-15 19:58:13 +00:00
Michael
53237a0259
Removed structure check
2020-05-15 19:49:17 +00:00
Michael
d4fe894701
No structure check
2020-05-15 19:38:08 +00:00
Michael
b2e56d0224
Moved class call
2020-05-15 19:26:52 +00:00
Michael
0b94300f29
Fixed call
2020-05-15 19:24:24 +00:00
Michael
434ce00d19
Add testmode
2020-05-15 19:16:14 +00:00
Michael
6272b8d4e0
Use a table that hasn't got a foreign key
2020-05-15 18:58:54 +00:00
Michael
d70b77288d
Call the initial value check in the test
2020-05-15 18:08:06 +00:00
Michael
1efcee030e
More missing table entries for tests
2020-05-15 16:17:37 +00:00
Michael
77b4d5fc5f
Added test data
2020-05-15 16:00:00 +00:00
Michael
29f99c134d
Avoid database error because of duplicated entries
2020-05-15 15:50:02 +00:00
Michael
2138c4bb55
Avoid "Invalid argument supplied for foreach()"
2020-05-15 15:30:43 +00:00
Michael
8868b7f8d9
Skip invalid table names
2020-05-15 15:16:34 +00:00
Michael
d71c3e0812
Activate test mode for database
2020-05-15 15:05:17 +00:00
Michael
349e1d2015
Tests could work again
2020-05-05 17:32:11 +00:00
Michael
f67c8a7315
Fix test
2020-05-05 16:42:29 +00:00
Michael
1ec3cc2fdc
Fixing test again?
2020-05-02 23:16:42 +00:00
Michael
f291b96cbc
Fixing tests
2020-05-02 22:49:47 +00:00
Michael
53b0401d6a
Fix tests - hopefully
2020-04-26 16:25:46 +00:00
Hypolite Petovan
dcf59e34c1
Add new Strings::substringReplace method
...
- Add tests for the method
2020-03-30 10:49:53 -04:00
Hypolite Petovan
bcf974f97e
Add test for extraneous HTML decode removed in Markdown::toBBCode
2020-03-11 09:02:26 -04:00
Hypolite Petovan
b100b9600e
Add rel="noopener noreferrer" to all target="_blank" links
...
See https://mathiasbynens.github.io/rel-noopener/
2020-02-24 20:07:34 -05:00
nupplaPhil
27fc506dcf
Add lint check in travis-ci
2020-02-10 00:55:17 +01:00
nupplaPhil
7d714319c8
Add license info at Friendica PHP files
2020-02-09 16:34:23 +01:00
nupplaPhil
85dc9bb96b
Add license info at Friendica PHP files
2020-02-09 16:18:46 +01:00
nupplaPhil
23c64b9a11
Add license info at Friendica classes
2020-02-09 15:45:36 +01:00
nupplaPhil
11c831945c
Add logging
2020-02-04 21:32:18 +01:00
nupplaPhil
0b94b84dc7
simplify mail creation
2020-02-04 21:05:33 +01:00
nupplaPhil
ca67e3111c
Set sender data directly
2020-02-02 22:43:42 +01:00
nupplaPhil
3291728059
Extract System emails from enotify
...
- Removed every SYSTEM_EMAIL occurrence in enotify
- Introduced a "SystemMailBuilder" for build system emails
- Replaced every SYSTEM_EMAIL usage in the classes with calling this builder
- Added tests for this new Builder
- Split the email templates between "base" template for email and concrete usages for different use cases
2020-02-02 22:43:35 +01:00
Philipp
0406fe7ade
Merge pull request #8163 from MrPetovan/task/7817-custom-fields-part-3
...
New custom profile fields feature part 3: Updating the API
2020-01-31 22:39:11 +01:00
Philipp Holzer
082a1982d3
fix ApiTest
2020-01-31 21:40:45 +01:00
Hypolite Petovan
940e4c83cb
Remove obsolete tests
2020-01-29 23:31:38 -05:00
Hypolite Petovan
dd24b3bac0
Move api/profile/show to src/Module
...
- Update API documentation
- Update BaseApi::format to include headers by format
2020-01-29 23:31:37 -05:00
Philipp Holzer
5ccf41a56f
Add API test case for notification
2020-01-28 22:00:21 +01:00
Hypolite Petovan
d1be68b754
Move Module\Profile to Module\Profile\Index
...
- Move /profiles to Module\Settings\Profile\Index
2020-01-22 19:42:32 -05:00
Philipp Holzer
ed9392469e
Remove unneeded Config namespace usages
2020-01-19 22:50:44 +01:00
Philipp Holzer
f9d0e57f91
Fix tests & Router is now using Dependency Injection instead of DI Registry
2020-01-19 22:38:33 +01:00
Philipp Holzer
d5a473abda
Shorten "PConfiguration" to "PConfig" again, since the Wrapper is gone
2020-01-19 22:23:44 +01:00
Philipp Holzer
cb80108957
Shorten "Configuration" to "Config" again, since the Wrapper is gone
2020-01-19 21:29:36 +01:00
Philipp Holzer
3411ced833
Move Config::set() to DI::config()->set()
2020-01-19 21:21:53 +01:00
Philipp Holzer
8138b05032
fix L10n path after move
2020-01-19 17:11:48 +01:00
Philipp Holzer
174129af94
add missing namespaces/fix wrong class-names
2020-01-19 16:31:35 +01:00
Philipp Holzer
d6efc90194
cleanup namespace usages for L10n
2020-01-19 16:31:33 +01:00
Philipp Holzer
2838635d64
Move L10n class from L10n subdir to Core (replacing old wrapper)
2020-01-19 16:31:30 +01:00
Philipp Holzer
5dfee31108
Move L10n::t() calls to DI::l10n()->t() calls
2020-01-19 16:31:16 +01:00
Michael
0a4119adaf
@brief is removed completely
2020-01-19 06:05:23 +00:00
Hypolite Petovan
c742c62f0a
Merge pull request #8129 from nupplaphil/task/cleanup_cache
...
CleanUp Cache namespace
2020-01-18 09:09:47 -05:00
Philipp Holzer
424c87195b
CleanUp Cache namespace
...
- Introduce enum "Duration"
- Introduce enum "Type"
- Move "Cache\Cache" to "BaseCache"
2020-01-18 15:41:19 +01:00
Philipp Holzer
1c49f1169f
Fix tests (remove superfluous second parameter)
2020-01-18 13:48:29 +01:00
Philipp Holzer
ca8ca05051
Add legacy backend storage functionality
2020-01-17 23:55:19 +01:00
Philipp Holzer
3e72e8015b
Improve impossible exception-handler for storage move
2020-01-17 23:55:18 +01:00
Philipp Holzer
732992a296
Improve impossible exception-handler for storage move
2020-01-17 23:55:18 +01:00
Philipp Holzer
9bb5891645
Fix loading SystemResource files
2020-01-17 19:31:34 +01:00
Hypolite Petovan
36190d1e79
Merge pull request #8072 from nupplaphil/task/Cache_to_DI
...
Replace Core\Cache wrapper with DI::cache() method
2020-01-10 08:46:03 -05:00
Philipp Holzer
d3ab1db29a
Remove annotations and fix test..
2020-01-10 13:22:04 +01:00
Philipp Holzer
016cfcd846
Fixings
...
- Rename "facStorage" to "storageManager"
- Fix indentation
- Fix tests
2020-01-10 13:22:03 +01:00
Philipp Holzer
bfae6766bf
Implement Hook::callAll('storage_instance') call for addons and add a description for it.
...
- Remove implicit Dice usage
- Add concrete instance creating
- Adding Hook call for addon instance creating
- Updating doc for Hook
- Updating tests
2020-01-10 13:22:03 +01:00
Philipp Holzer
abc6a8ce34
skip impossible test-scenario
2020-01-10 13:22:02 +01:00
Philipp Holzer
dbd5b5bb6e
- Fixing SystemResource
...
- Adding tests for StorageManager
- Updating doc
2020-01-10 13:21:58 +01:00
Philipp Holzer
08edeae2f9
Make Storage testable & add tests
...
- Making StorageManager dynamic (DI::facStorage())
- Making concrete Storage dynamic (DI::storage())
- Add tests for Storage backend and failure handling
- Bumping Level-2/Dice to "dev-master" until new release
- Using Storage-Names instead of Storage-Classes in config (includes migration)
2020-01-10 13:21:57 +01:00
Hypolite Petovan
b8f85f0484
Merge pull request #8075 from annando/html-escaping
...
Fix: removed unneeded HTML escaping
2020-01-08 16:18:36 -05:00
Michael
7f2356c7fe
Tests, still ongoing ...
2020-01-08 20:39:27 +00:00
Michael
b9b19f7744
tests ...
2020-01-08 20:27:54 +00:00
Michael
a2af9f55a9
Reverted notify, changed test
2020-01-08 20:15:01 +00:00
Michael
e80234d20a
Corrected test
2020-01-08 09:36:05 +00:00
Michael
6133ccb1b6
Tests, next try
2020-01-08 06:43:15 +00:00
Michael
5bc4d24e70
Removed tests
2020-01-07 23:23:38 +00:00
Michael
d07760f629
Added test files, don't know if this works
2020-01-07 23:05:07 +00:00
Philipp Holzer
17adcb5483
Rename mock-methods
2020-01-07 00:57:30 +01:00
Philipp Holzer
a38b0f7eaf
Move remaining namespaces and delete Core\Cache.php
2020-01-07 00:51:02 +01:00
Philipp Holzer
31457b8566
Replace Lock::release() with DI::lock()->release() and remove Core\Lock
2020-01-07 00:24:10 +01:00
Philipp Holzer
634e657d23
Replace Lock::acquire() with DI::lock()->acquire()
2020-01-07 00:20:31 +01:00
Philipp Holzer
244f440d97
Remove unused killme()
2020-01-04 23:43:13 +01:00
Philipp Holzer
f0eea6f875
Remove get_app() in favor of DI::app()
2020-01-04 23:42:01 +01:00
Philipp Holzer
3f34229752
Move redundant System::baseUrl() to DI::baseUrl() calls
2019-12-30 23:00:08 +01:00
Philipp Holzer
04d1827eae
Fix test
2019-12-29 20:18:23 +01:00
Philipp Holzer
e428bccefb
Add output for installerTest
2019-12-29 20:18:22 +01:00
Philipp Holzer
9cb48b0e12
Adapt test for mockery assertion
2019-12-29 20:18:22 +01:00
Philipp Holzer
8a072b7fb3
Fix mock test (remove "implicit" usage of previous Dice-setups)
2019-12-29 20:18:21 +01:00
Philipp Holzer
c1dbb25656
Creating interfaces for Config/PConfig & fix tests
2019-12-29 20:18:19 +01:00
Philipp Holzer
4835f1185f
Remove deprecated App::module - replace with DI::module()->getName()
2019-12-29 20:17:52 +01:00
Philipp Holzer
388b963714
Replace BaseObject class with DI::* calls
2019-12-29 20:17:38 +01:00
Philipp Holzer
1de3f186d7
Introduce new DI container
...
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
2019-12-29 20:16:55 +01:00
Hypolite Petovan
39a537c415
Added test for BBCode to Markdown chevron issue
...
- See https://github.com/friendica/friendica/issues/7808
Add tests
2019-12-27 21:42:56 -05:00
Tobias Diekershoff
00756737b5
Merge branch 'master' 2019.12 into develop
2019-12-23 20:03:47 +01:00
Michael
30dfbb95d9
Remove legacy function
2019-12-20 06:40:41 +00:00
Hypolite Petovan
c88e76e427
Update tests related to api_ff_ids
...
- Use new parameter
- Use new empty return
2019-12-13 15:22:24 -05:00
Philipp Holzer
b82294826d
fix CookieTest
2019-12-11 20:49:53 +01:00
Philipp Holzer
1408908c84
Refactor Session Handling (make it more simple & handler are now handler again)
2019-12-11 20:30:31 +01:00
Philipp Holzer
64977cc589
Fix codecov exclude list
2019-12-11 13:35:40 +01:00
Philipp Holzer
02c40ad1cb
Overwrite constructor of Memory session handling so no session ini-setting in backend/testing environments are possible
2019-12-10 23:35:16 +01:00
Philipp Holzer
af1299c697
Add memory session for API tests
2019-12-10 22:56:56 +01:00
Philipp Holzer
b9f8762eb3
Use Native Session functions (global "$_SESSION" variable) for Memory class because of the direct usage of the $_SESSION class all around the codebase
2019-12-10 22:29:49 +01:00
Philipp Holzer
94a8a60841
Add more Cookie tests (create new StaticCookie class for mocking setcookie())
2019-12-09 22:47:08 +01:00
Philipp Holzer
54392fab81
Move Cookie to own class (with tests)
...
Move Authentication to App namespace
2019-12-08 22:45:34 +01:00
Michael
164e6b350d
API: Improve attachment removal functionality for the status text
2019-12-02 21:19:47 +00:00
Hypolite Petovan
134d6d18f9
Pass Router parameter to module content method
2019-11-06 22:35:28 -05:00
Michael
695a920d40
Making tests happy
2019-11-05 06:51:19 +00:00
Hypolite Petovan
58737c7bd8
Skip Imagick Installer test until we can mock class_exists
2019-11-02 13:06:49 -04:00
Philipp Holzer
c1c4640c1b
remove unneeded todo
2019-11-01 15:49:18 +01:00
Philipp Holzer
f4ad82bcfb
make ACLFormatter::expand() nullable and return an empty array
...
- optimize tests
2019-11-01 15:43:16 +01:00
Philipp Holzer
aa7be41728
Fix ACLFormatterTest
...
- Add nullable to expand() function again
- Add angle bracket support to toString()
2019-11-01 14:13:29 +01:00
Philipp Holzer
3eda62bfa6
Check null for acl-fields
2019-10-28 18:16:10 +01:00
Philipp Holzer
7343ee5108
Move Namespace of ActivityNamespace
2019-10-25 00:41:48 +02:00
Philipp Holzer
dc2858938d
Renamed to ActivityNamespace
2019-10-25 00:32:35 +02:00
Philipp Holzer
3897c74deb
Add docs
2019-10-25 00:10:20 +02:00
Philipp Holzer
2fba7ed477
Rename namespace
2019-10-24 21:40:13 +02:00
Philipp Holzer
07cea24430
Move Activity/Namespaces defines to constants
2019-10-24 21:40:12 +02:00
Hypolite Petovan
9f460c6797
Merge pull request #7765 from nupplaphil/task/move_text
...
Move include/text.php to class structure
2019-10-23 15:57:01 -04:00
Philipp Holzer
c9e1098dd2
Adapt naming convention
2019-10-23 21:39:00 +02:00
Philipp
3eb3e0b5ce
Update InstallerTest.php
...
Remove `text.php` usage
2019-10-23 03:22:03 +02:00
Philipp Holzer
f9f2c9e4b2
Remove unneeded TextTest class
2019-10-23 02:50:09 +02:00
Philipp Holzer
edf006905b
Move (last) get_cats_and_terms to Content\Item::determineCategoriesTerms()
...
- Added incomplete test
2019-10-23 02:48:46 +02:00
Philipp Holzer
ad67fd3aa8
Move is_a_date_arg to DateTimeFormat::isYearMonth
...
- Improved functionality
- Added tests
2019-10-23 02:39:28 +02:00
Philipp Holzer
52c42491c4
Move activity_match() to Protocol\Activity::match()
...
- With tests
2019-10-23 02:05:11 +02:00
Philipp Holzer
5843a80b6c
Move perms2str to ACLFormatter::aclToString()
...
- including new tests
2019-10-23 00:54:34 +02:00
Philipp Holzer
f65f7f11c3
Move expand_acl to ACLFormatter::expand()
...
- including tests
2019-10-23 00:40:14 +02:00
Philipp Holzer
7a9c5d10ee
Remove unused function attribute_contains
2019-10-23 00:22:39 +02:00
Philipp Holzer
2870f42ca2
Move bb_translate_video
...
- To new Class BBCode\Video
- Adding tests
- Make BaseObject::getClass() public
2019-10-23 00:14:47 +02:00
Philipp Holzer
6b2c28e2d7
Add checks & realpath() usage
...
- New util class "FileSystem"
- Add check in admin summary too
2019-10-22 22:47:37 +02:00
Philipp
fed486bfc5
Merge pull request #7727 from MrPetovan/task/4090-move-manage-to-src
...
Move mod/manage to src/Module/Delegation
2019-10-13 18:20:47 +02:00
Hypolite Petovan
6fd301a891
Remove irrelevant test in App\RouterTest
...
- HTTP Methods other than POST are coerced into GET in App\Router constructor
2019-10-13 10:16:38 -04:00
Hypolite Petovan
8748bfd8ad
Fix Router tests related to unallowed methods
2019-10-13 07:54:50 -04:00
Michael
9c933aacd2
Making test working again (reverting the last change)
2019-10-12 10:56:16 +00:00
Hypolite Petovan
4ee9e21a4f
Make Router::getModuleClass throw exceptions
...
- Add new MethodNotAllowedModule
- Add new Module->determineClass catch blocks
- Update Module and Router tests
2019-10-11 19:59:05 -04:00
dew-git
1d1c089f84
Make test comply.
2019-10-10 21:21:22 -08:00
Philipp Holzer
a522cf609b
Fix browser language detection (& tests)
2019-10-10 16:39:04 +02:00
Michael
fbe7a78dfb
Correcting tests
2019-10-02 10:46:07 +00:00
Michael
52c3f64cee
Tests added
2019-10-02 09:26:52 +00:00
Hypolite Petovan
c0cb1a194e
Merge pull request #7670 from nupplaphil/task/add_router_config
...
Add router config
2019-09-30 11:13:36 -04:00