initial commit
This commit is contained in:
commit
5ebc506921
975 changed files with 154341 additions and 0 deletions
15
tests/unit_tests/01_basic/paths.php
Normal file
15
tests/unit_tests/01_basic/paths.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
namespace Garradin;
|
||||
use KD2\Test;
|
||||
|
||||
require_once INIT;
|
||||
|
||||
Test::assert(defined('Garradin\ROOT'));
|
||||
Test::assert(is_readable(ROOT));
|
||||
|
||||
Test::assert(defined('Garradin\PLUGINS_ROOT'));
|
||||
|
||||
Test::assert(defined('Garradin\DATA_ROOT'));
|
||||
|
||||
Test::assert(defined('Garradin\CACHE_ROOT'));
|
||||
Loading…
Add table
Add a link
Reference in a new issue