mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 12:03:14 +00:00
12 lines
229 B
PHP
12 lines
229 B
PHP
<?php
|
|
|
|
namespace Alchemy\Tests\Phrasea\Setup\Probe;
|
|
|
|
class DataboxStructureProbeTest extends ProbeTestCase
|
|
{
|
|
protected function getClassName()
|
|
{
|
|
return 'Alchemy\Phrasea\Setup\Probe\DataboxStructureProbe';
|
|
}
|
|
}
|