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