Files
Phraseanet/tests/Alchemy/Tests/Phrasea/Setup/Probe/OpcodeCacheProbeTest.php
Romain Neutron a6ec106092 Add unit tests
2013-05-13 15:07:48 +02:00

12 lines
219 B
PHP

<?php
namespace Alchemy\Tests\Phrasea\Setup\Probe;
class OpcodeCacheProbeTest extends ProbeTestCase
{
protected function getClassName()
{
return 'Alchemy\Phrasea\Setup\Probe\OpcodeCacheProbe';
}
}