Overview
Comment:More tests
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: e52e9de6bfd1a3d2fb31b66d2ff4f18eb11d6c21
User & Date: bohwaz on 2017-03-06 22:47:04
Other Links: branch diff | manifest | tags
Context
2017-03-06
22:50
Use insecure wget for travis-ci that doesn't have the correct cert store check-in: be4916642b user: bohwaz tags: dev
22:47
More tests check-in: e52e9de6bf user: bohwaz tags: dev
21:55
Add basic unit tests + support for travis-ci check-in: 318c6e79de user: bohwaz tags: dev
Changes

Modified tests/run.php from [49efa42f1e] to [ab67cb34c7].

1
2
3
4
5
6
7
8
9


<?php

namespace Garradin;

use KD2\Test;

require __DIR__ . '/../src/include/init.php';

Test::assert(garradin_version());











>
>
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace Garradin;

use KD2\Test;

require __DIR__ . '/../src/include/init.php';

Test::assert(garradin_version());
Test::assert(defined('Garradin\ROOT'));
Test::assert(is_readable(ROOT));