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/unit/ParserTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/unit/ParserTest.php') diff --git a/tests/unit/ParserTest.php b/tests/unit/ParserTest.php index b559913..3784582 100644 --- a/tests/unit/ParserTest.php +++ b/tests/unit/ParserTest.php @@ -4,11 +4,11 @@ namespace tests\unit; use PHPUnit\Framework\TestCase; -use kch42\ste\Parser; -use kch42\ste\TextNode; -use kch42\ste\VariableNode; -use kch42\ste\TagNode; -use kch42\ste\ParseCompileError; +use r7r\ste\Parser; +use r7r\ste\TextNode; +use r7r\ste\VariableNode; +use r7r\ste\TagNode; +use r7r\ste\ParseCompileError; class ParserTest extends TestCase { -- cgit v1.2.3-54-g00ecf