Skip to content

Commit

Permalink
Remove underscores from variable test class names
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Nov 10, 2018
1 parent eba92d7 commit bab84f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -6,7 +6,7 @@
use SilverStripe\Forms\CurrencyField_Disabled;
use SilverStripe\ORM\FieldType\DBCurrency;

class CurrencyField_DisabledTest extends SapphireTest
class CurrencyFieldDisabledTest extends SapphireTest
{
public function testFieldWithValue()
{
Expand Down
Expand Up @@ -6,7 +6,7 @@
use SilverStripe\Forms\CurrencyField_Readonly;
use SilverStripe\ORM\FieldType\DBCurrency;

class CurrencyField_ReadonlyTest extends SapphireTest
class CurrencyFieldReadonlyTest extends SapphireTest
{
public function testPerformReadonlyTransformation()
{
Expand Down
Expand Up @@ -10,7 +10,7 @@
/**
* @skipUpgrade
*/
class DateField_DisabledTest extends SapphireTest
class DateFieldDisabledTest extends SapphireTest
{
protected function setUp()
{
Expand Down
Expand Up @@ -7,7 +7,7 @@
use SilverStripe\Forms\Tab;
use SilverStripe\Forms\TabSet;

class PrintableTransformation_TabSetTest extends SapphireTest
class PrintableTransformationTabSetTest extends SapphireTest
{
public function testFieldHolder()
{
Expand Down

0 comments on commit bab84f3

Please sign in to comment.