[SPIP] ~spip v3.2.0-->v3.2.1
[lhc/web/www.git] / www / plugins-dist / archiviste / tests / _todo_informer_archives.php
1 <?php
2
3 /**
4 * Tests unitaires de l'API d'Archives
5 * Information sur les fichiers
6 */
7
8 use Spip\Archives\SpipArchives;
9
10 $test = 'informer archives';
11 $remonte = '../';
12 while (!is_dir($remonte . 'ecrire')) {
13 $remonte = '../' . $remonte;
14 }
15 require $remonte . 'tests/test.inc';
16 $ok = true;
17
18 require __DIR__ . '/TestCase.inc';
19 nettoyer_environnement_test();
20
21 include_spip('inc/archives');
22
23 //TODO
24 $ok = false;
25
26 if ($ok) {
27 echo 'OK';
28 }