Skip to content

Commit

Permalink
OXDEV-7522 Drop smarty
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafOxid committed Nov 16, 2023
1 parent aea2046 commit 9078475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Removed
- `SmartyCycleExtension` was removed
- Smarty template engine support

## v2.2.0 - unreleased

Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/Resolver/TemplateFileResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class TemplateFileResolverTest extends TestCase
/**
* @dataProvider templateNameFileDataProvider
*/
public function testResolveSmartyTemplate(string $templateName, string $expectedFilename): void
public function testResolveTemplate(string $templateName, string $expectedFilename): void
{
$filename = $this->get(TemplateFileResolverInterface::class)->getFilename($templateName);

Expand Down

0 comments on commit 9078475

Please sign in to comment.