summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-03 16:04:11 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-03 16:04:11 -0500
commite75480ed0929f12c69465d63aba1615db7b9436a (patch)
tree4077226338243940cf6fbdbabc23184ea4fb245f /test
parent7d44ce010e8f0ee26c7233d99bc0a8eb46cbc16a (diff)
downloadarticles-e75480ed0929f12c69465d63aba1615db7b9436a.tar.gz
articles-e75480ed0929f12c69465d63aba1615db7b9436a.tar.bz2
articles-e75480ed0929f12c69465d63aba1615db7b9436a.zip
update path for kernel/includes/setup_inc.php
Diffstat (limited to 'test')
-rw-r--r--test/TestTikiArticle.php2
-rw-r--r--test/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/TestTikiArticle.php b/test/TestTikiArticle.php
index c24bce9..062e9e5 100644
--- a/test/TestTikiArticle.php
+++ b/test/TestTikiArticle.php
@@ -1,5 +1,5 @@
<?php
-require_once '../../kernel/setup_inc.php';
+require_once '../../kernel/includes/setup_inc.php';
require_once(ARTICLES_PKG_CLASS_PATH.'BitArticle.php');
class TestBitArticle extends Test
diff --git a/test/index.php b/test/index.php
index 97e21e4..8abfcb8 100644
--- a/test/index.php
+++ b/test/index.php
@@ -1,4 +1,4 @@
<?php
-require_once '../../kernel/setup_inc.php';
+require_once '../../kernel/includes/setup_inc.php';
require_once( KERNEL_PKG_PATH.'test/index.php' );