mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Refactor configuration check
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Alchemy\Tests\Phrasea\Setup\Probe;
|
||||
|
||||
class DataboxStructureProbeTest extends ProbeTestCase
|
||||
{
|
||||
protected function getClassName()
|
||||
{
|
||||
return 'Alchemy\Phrasea\Setup\Probe\DataboxStructureProbe';
|
||||
}
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Alchemy\Tests\Phrasea\Setup\Probe;
|
||||
|
||||
class SubdefsPathsProbeTest extends ProbeTestCase
|
||||
{
|
||||
protected function getClassName()
|
||||
{
|
||||
return 'Alchemy\Phrasea\Setup\Probe\SubdefsPathsProbe';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user