Renamed tests/tests to tests/test_data

When looking at your folder structure, it is easier to grasp that the .md and .html files are just your data for the tests
This commit is contained in:
hkdobrev 2013-07-20 09:06:33 +03:00
parent 7b091b8915
commit 87c0b4264a
41 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ $page = $_SERVER['QUERY_STRING']
? 'test'
: 'index';
$dir = 'tests/';
$dir = 'test_data/';
include $page.'_controller.php';
include $page.'_view.php';
include $page.'_view.php';