diff options
| author | Lester Caine <lester@lsces.uk> | 2026-05-09 20:22:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-09 20:22:12 +0100 |
| commit | 83d593730b8cc305da96552307afb1d0c4e58883 (patch) | |
| tree | 643997400b6beeace5f90cddedbbfb4137c7873a /tests/UnitTests/TemplateSource/_Issues/419 | |
| parent | dd391e1e8bada3f98c685f5e43289adc28ef684f (diff) | |
| parent | c139883770b12f92c9b21f69c35ad600d34f39e8 (diff) | |
| download | smarty-83d593730b8cc305da96552307afb1d0c4e58883.tar.gz smarty-83d593730b8cc305da96552307afb1d0c4e58883.tar.bz2 smarty-83d593730b8cc305da96552307afb1d0c4e58883.zip | |
Merge pull request #2 from smarty-php/master
Sync with master
Diffstat (limited to 'tests/UnitTests/TemplateSource/_Issues/419')
3 files changed, 0 insertions, 8 deletions
diff --git a/tests/UnitTests/TemplateSource/_Issues/419/ExtendsIssue419Test.php b/tests/UnitTests/TemplateSource/_Issues/419/ExtendsIssue419Test.php index 9f6d8164..2a5f3ae2 100644 --- a/tests/UnitTests/TemplateSource/_Issues/419/ExtendsIssue419Test.php +++ b/tests/UnitTests/TemplateSource/_Issues/419/ExtendsIssue419Test.php @@ -20,10 +20,6 @@ class ExtendsIssue419Test extends PHPUnit_Smarty $this->setUpSmarty(__DIR__); } - public function testInit() - { - $this->cleanDirs(); - } public function testextends419() { diff --git a/tests/UnitTests/TemplateSource/_Issues/419/cache/.gitignore b/tests/UnitTests/TemplateSource/_Issues/419/cache/.gitignore deleted file mode 100644 index d88cc144..00000000 --- a/tests/UnitTests/TemplateSource/_Issues/419/cache/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Ignore anything in here, but keep this directory -* diff --git a/tests/UnitTests/TemplateSource/_Issues/419/templates_c/.gitignore b/tests/UnitTests/TemplateSource/_Issues/419/templates_c/.gitignore deleted file mode 100644 index d88cc144..00000000 --- a/tests/UnitTests/TemplateSource/_Issues/419/templates_c/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Ignore anything in here, but keep this directory -* |
