Skip to content

Commit

Permalink
Issue #3134318 by jungle, daffie, xjm: Enable phpcs rule Drupal.Class…
Browse files Browse the repository at this point in the history
…es.ClassFileName
  • Loading branch information
xjm committed May 8, 2020
1 parent a7c437b commit 682bd3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

// phpcs:ignoreFile

namespace Drupal\Tests\simpletest\Functional;

use Drupal\Tests\BrowserTestBase;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

// phpcs:ignoreFile

namespace Drupal\Tests\simpletest\Unit;

use Drupal\Tests\UnitTestCase;
Expand Down
1 change: 1 addition & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
</rule>
<rule ref="Drupal.Classes.ClassCreateInstance"/>
<rule ref="Drupal.Classes.ClassDeclaration"/>
<rule ref="Drupal.Classes.ClassFileName"/>
<rule ref="Drupal.Classes.FullyQualifiedNamespace"/>
<rule ref="Drupal.Classes.InterfaceName"/>
<rule ref="Drupal.Classes.UnusedUseStatement"/>
Expand Down

0 comments on commit 682bd3c

Please sign in to comment.