From ceb262e08027531717f1a16faafc343e8d9656e3 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Mon, 21 Sep 2020 20:46:15 +0200 Subject: Move to r7r namespace and r7r composer package vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's face it, no one but my CMS Ratatöskr (r7r for short) uses this template engine anyway. Also it's a good excuse to get rid of more remnants of my old kch42 nickname. --- tests/functional/test_tagname/Test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/functional/test_tagname') diff --git a/tests/functional/test_tagname/Test.php b/tests/functional/test_tagname/Test.php index 38f26c2..6adda8c 100644 --- a/tests/functional/test_tagname/Test.php +++ b/tests/functional/test_tagname/Test.php @@ -2,7 +2,7 @@ namespace tests\functional\test_tagname; -use kch42\ste\STECore; +use r7r\ste\STECore; use tests\functional\BaseTest; class Test extends BaseTest @@ -20,7 +20,7 @@ class Test extends BaseTest "foo123baz", "x0123", ]; - + foreach ($names as $name) { $ste->register_tag( $name, -- cgit v1.2.3-54-g00ecf