ORIENT/tests/unit/cms/classes
DQ Sully 2fae5a30b9 Fix Twig Caching
When October would load a file from its changed source, Twig would not see the message until it had gone. See Cms\Classes\Loader->isFresh. This meant a template would not update unless you deleted the Twig cache, or that template's TTL expired. Fix: add another variable (freshness) that would only change after being observed, and accurately reflected if a template's source had been modified
2015-12-28 10:09:15 -07:00
..
CmsCompoundObjectTest.php CmsCompoundObject::hasComponent() now resolves registered codes for comparison 2015-03-07 20:28:17 +11:00
CmsExceptionTest.php Rem incomplete tests 2015-03-02 16:05:26 +11:00
CmsObjectQueryTest.php Minor 2015-11-28 16:22:18 +11:00
CmsObjectTest.php Fix Twig Caching 2015-12-28 10:09:15 -07:00
CodeParserTest.php Added .stub extension as namespaces.php is not a valid php file 2015-11-04 20:41:53 +01:00
ComponentManagerTest.php Write tests that verify the truth of #1373 2015-08-15 13:39:44 +10:00
ContentTest.php Write tests that verify truth of #1272 2015-08-08 12:03:20 +10:00
ControllerTest.php Remove some deprecated code 2015-10-03 07:31:01 +10:00
PartialStackTest.php Write tests that verify the truth of #1373 2015-08-15 13:39:44 +10:00
RouterTest.php Fixes various unit tests so they pass (Tested in Windows) 2015-01-05 12:37:04 +11:00
SectionParserTest.php Radical reorg of some classes 2015-01-28 11:49:54 +11:00
ThemeTest.php Move plugin/theme fixtures so they are shared 2015-02-10 17:45:07 +11:00