rhymix/tests/unit/classes
Kijin Sung 93a7348606 Support $foo->$bar syntax in templates
기존: $__Context->$__Context->bar 로 변환되어 오작동
개선: $__Context->{$__Context->bar} 로 변환되어 정상 작동되며
      변싱 순서에 따라 이 중괄호가 다시 해석되지는 않음
2022-10-30 21:41:40 +09:00
..
template Reorganize unit tests 2016-02-16 16:17:46 +09:00
validator Fix unit test for Validator message (a4ab4f4b) 2021-02-04 22:38:42 +09:00
ContextTest.php Improve unit tests for default and blacklisted plugins 2022-08-06 13:31:02 +09:00
FileHandlerTest.php Use a more realistic server environment in unit tests 2016-03-16 09:13:31 +09:00
FrontEndFileHandlerTest.php Fix relative path used in unit tests 2022-03-15 02:56:04 +09:00
OldSecurityTest.php Fix various warnings in PHP 8.0 2021-01-28 22:32:56 +09:00
TemplateHandlerTest.php Support $foo->$bar syntax in templates 2022-10-30 21:41:40 +09:00
ValidatorTest.php Fix remainder of unit test warnings in PHP 8.0 2021-01-29 00:36:24 +09:00