mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix PSR-0 file naming
This commit is contained in:
10
tests/classes/databox/Field/DCES/CoverageTest.php
Normal file
10
tests/classes/databox/Field/DCES/CoverageTest.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
class databox_Field_DCES_CoverageTest extends databox_Field_DCES_DCESTestCase
|
||||
{
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
$this->object = new databox_Field_DCES_Coverage;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user