mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-24 02:13:15 +00:00
12 lines
203 B
PHP
12 lines
203 B
PHP
<?php
|
|
|
|
namespace Alchemy\Tests\Phrasea\Setup\Probe;
|
|
|
|
class PhpProbeTest extends ProbeTestCase
|
|
{
|
|
protected function getClassName()
|
|
{
|
|
return 'Alchemy\Phrasea\Setup\Probe\PhpProbe';
|
|
}
|
|
}
|