silverstripe-blog/tests
Robbie Averill d1ea6bb839 FIX Categories and tags now respect multibyte url configuration
Previously multibyte URLs would always work, regardless of URLSegmentFilter::$default_allow_multibyte.
This change means that they will only work when the setting is enabled.
2019-02-07 12:05:32 +03:00
..
Model FIX Categories and tags now respect multibyte url configuration 2019-02-07 12:05:32 +03:00
Widgets Remove use of deprecated assertDOSContains 2018-01-10 12:27:00 +00:00
BlogCategoryTest.php FIX updated deprecated Member::logout() calls 2017-09-14 11:28:43 +12:00
BlogFunctionalTest.php FIX Multibyte URL encoding for blog profiles, and encoded params in functional tests 2019-02-05 16:50:21 +03:00
BlogFunctionalTest.yml FIX Update BlogFunctionalTest for SS4 2017-09-18 15:56:31 +12:00
BlogPostFilterTest.php Add missing class imports from docblocks and fix incorrect docblocks 2018-04-06 10:21:26 +12:00
BlogPostNotificationsTest.php Use ::class for class_exists checks on Widget, fix setUp/tearDown method visibility 2018-04-06 10:22:58 +12:00
BlogPostTest.php Use ::class for class_exists checks on Widget, fix setUp/tearDown method visibility 2018-04-06 10:22:58 +12:00
BlogTagTest.php Use ::class for class_exists checks on Widget, fix setUp/tearDown method visibility 2018-04-06 10:22:58 +12:00
BlogTagsCloudWidgetTest.php Use ::class for class_exists checks on Widget, fix setUp/tearDown method visibility 2018-04-06 10:22:58 +12:00
BlogTest.php Use FQCN in expectedException annotation 2018-04-06 10:27:18 +12:00
blog.yml ENHANCEMENT added MinutesToRead() 2018-03-14 18:01:09 +10:00