Fix PSR-0 file naming

This commit is contained in:
Romain Neutron
2014-02-14 12:16:54 +01:00
parent 787e86aacf
commit c5d3f97258
83 changed files with 45 additions and 38 deletions

View 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;
}
}