summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-09-21 20:46:15 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-09-21 20:46:15 +0200
commitceb262e08027531717f1a16faafc343e8d9656e3 (patch)
tree87fdc916042efeebcacc1ef66dd99a969b8e4c4e /tests/unit
parentbf4d0598030b83be337bc505de842f7766009467 (diff)
downloadste-ceb262e08027531717f1a16faafc343e8d9656e3.tar.gz
ste-ceb262e08027531717f1a16faafc343e8d9656e3.tar.bz2
ste-ceb262e08027531717f1a16faafc343e8d9656e3.zip
Move to r7r namespace and r7r composer package vendor2.0.0
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.
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/ParserTest.php10
1 files changed, 5 insertions, 5 deletions
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
{