mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
12 lines
221 B
PHP
12 lines
221 B
PHP
<?php
|
|
|
|
namespace Alchemy\Tests\Phrasea\Setup\Probe;
|
|
|
|
class SubdefsPathsProbeTest extends ProbeTestCase
|
|
{
|
|
protected function getClassName()
|
|
{
|
|
return 'Alchemy\Phrasea\Setup\Probe\SubdefsPathsProbe';
|
|
}
|
|
}
|