Refactor configuration check

This commit is contained in:
Romain Neutron
2013-07-12 18:40:12 +02:00
parent 1760dbce75
commit c4b977469d
13 changed files with 292 additions and 100 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace Alchemy\Tests\Phrasea\Setup\Probe;
class DataboxStructureProbeTest extends ProbeTestCase
{
protected function getClassName()
{
return 'Alchemy\Phrasea\Setup\Probe\DataboxStructureProbe';
}
}

View File

@@ -0,0 +1,11 @@
<?php
namespace Alchemy\Tests\Phrasea\Setup\Probe;
class SubdefsPathsProbeTest extends ProbeTestCase
{
protected function getClassName()
{
return 'Alchemy\Phrasea\Setup\Probe\SubdefsPathsProbe';
}
}