| Current Path : /home/atelierpru/provence/plugins-dist/archiviste/tests/ |
| Current File : /home/atelierpru/provence/plugins-dist/archiviste/tests/_todo_informer_archives.php |
<?php
/**
* Tests unitaires de l'API d'Archives
* Information sur les fichiers
*/
use Spip\Archives\SpipArchives;
$test = 'informer archives';
$remonte = '../';
while (!is_dir($remonte . 'ecrire')) {
$remonte = '../' . $remonte;
}
require $remonte . 'tests/test.inc';
$ok = true;
require __DIR__ . '/TestCase.inc';
nettoyer_environnement_test();
include_spip('inc/archives');
//TODO
$ok = false;
if ($ok) {
echo 'OK';
}