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
2d4598a4db
adapt return type
2022-09-25 23:17:37 +02:00
Philipp
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
6ef609f4fb
Add dbview.config.php for vfs directory mocking
2022-07-12 23:46:21 +02:00
Philipp
41803cb731
Fix tests
2022-07-12 23:40:31 +02:00
Philipp
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
2248850f78
add anything ..
2022-06-25 23:06:42 +02:00
Philipp
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
5bf5b5e6c9
adaptions :-)
2022-06-23 23:01:09 +02:00
Philipp
13783089e7
Add copyright
2022-06-23 22:44:17 +02:00
Philipp
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
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