We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18842e5 commit e0d2669Copy full SHA for e0d2669
tests/include/functionsSmartyTest.php
@@ -110,19 +110,6 @@ public function test_smarty_renders_empty_prefix()
110
$this->assertEquals(': test', $result);
111
}
112
113
- #[Test]
114
- public function test_smarty_renders_formatTime()
115
- {
116
- global $serendipity;
117
-
118
- serendipity_smarty_init();
119
120
- \setlocale(LC_TIME, 'fr_FR.UTF-8');
121
- $template_string = '{946684800|@formatTime:\'%b %e. %Y\'}';
122
- $result = $serendipity['smarty']->fetch('eval:' . $template_string);
123
- $this->assertEquals('Jan 1. 2000', $result);
124
- }
125
126
#[Test]
127
public function test_smarty_renders_utf8_encode()
128
{
0 commit comments