MyShaarli/tests
ArthurHoaro 00d3dd91ef Fix an issue truncating extracted metadata content
Previous regex forced the selection to stop at either the first single or double quote found, regardless of the opening quote. Using '\1', we're sure to wait for the proper quote before stopping the capture.
2020-11-08 13:54:39 +01:00
..
api Merge pull request #1616 from dimtion/fix-api-redirect 2020-10-29 16:03:07 +01:00
bookmark Fix an issue truncating extracted metadata content 2020-11-08 13:54:39 +01:00
config Compatibility with PHP 8 2020-09-29 18:57:22 +02:00
container Use PSR-3 logger for login attempts 2020-10-20 11:47:07 +02:00
docker docker: move testing resources to tests/docker 2018-06-16 23:54:10 +02:00
feed Add mutex on datastore I/O operations 2020-10-13 12:38:19 +02:00
formatter Default formatter: add a setting to disable auto-linkification 2020-11-03 12:43:35 +01:00
front Display error details even with dev.debug set to false 2020-11-05 19:55:17 +01:00
helper UT: fix formatting issue when the current day has a single digit 2020-11-02 19:32:48 +01:00
http Improve metadata retrieval (performances and accuracy) 2020-10-15 11:36:56 +02:00
languages Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
legacy add search highlight unit tests 2020-10-16 20:31:49 +02:00
netscape Add mutex on datastore I/O operations 2020-10-13 12:38:19 +02:00
plugins Plugin wallabag: minor improvements 2020-10-27 21:03:29 +01:00
render Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
security Move utils classes to Shaarli\Helper namespace and folder 2020-10-27 19:41:38 +01:00
updater Add mutex on datastore I/O operations 2020-10-13 12:38:19 +02:00
utils Move utils classes to Shaarli\Helper namespace and folder 2020-10-27 19:41:38 +01:00
.htaccess .htaccess files: support Apache 2.4+ syntax 2016-11-08 11:38:14 +01:00
bootstrap.php Add mutex on datastore I/O operations 2020-10-13 12:38:19 +02:00
HistoryTest.php Add strict types for bookmarks management 2020-10-13 13:50:11 +02:00
LanguagesTest.php Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
PluginManagerTest.php Use assertRegExp polyfill instead of regexMatches 2020-09-29 18:57:25 +02:00
TestCase.php Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
ThumbnailerTest.php Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
TimeZoneTest.php Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
UtilsTest.php Use PSR-3 logger for login attempts 2020-10-20 11:47:07 +02:00