summaryrefslogtreecommitdiff
path: root/tests/functional/test_blocks/Test.php
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/functional/test_blocks/Test.php
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/functional/test_blocks/Test.php')
-rw-r--r--tests/functional/test_blocks/Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/test_blocks/Test.php b/tests/functional/test_blocks/Test.php
index 05e8e09..76f2cda 100644
--- a/tests/functional/test_blocks/Test.php
+++ b/tests/functional/test_blocks/Test.php
@@ -2,7 +2,7 @@
namespace tests\functional\test_blocks;
-use kch42\ste\STECore;
+use r7r\ste\STECore;
use tests\functional\BaseTest;
class Test extends BaseTest