Skip to content

Commit

Permalink
Namespaced classes, interfaces and traits should not begin with a fil…
Browse files Browse the repository at this point in the history
…e doc comment
  • Loading branch information
kenorb committed Mar 26, 2018
1 parent c4866e4 commit 785a2e9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 32 deletions.
4 changes: 0 additions & 4 deletions src/NT/Drupal/Testing/Fixtures/fixture_helper.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @copyright The Royal National Theatre
* @author John-Paul Drawneek <[email protected]>
*/
namespace NT\Drupal\Testing\Fixtures;

class fixture_helper {
Expand Down
5 changes: 0 additions & 5 deletions src/NT/Drupal/Testing/Fixtures/fixtures.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @copyright The Royal National Theatre
* @author John-Paul Drawneek <[email protected]>
*/

namespace NT\Drupal\Testing\Fixtures;
use NT\Drupal\Testing\PHPUnit\fixture_helper;

Expand Down
4 changes: 0 additions & 4 deletions src/NT/Drupal/Testing/PHPUnit/drupal_unit_test_case.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @copyright The Royal National Theatre
* @author John-Paul Drawneek <[email protected]>
*/
namespace NT\Drupal\Testing\PHPUnit;

abstract class DrupalUnitTestCase extends DrupalTestCase {
Expand Down
4 changes: 0 additions & 4 deletions src/NT/Drupal/Testing/PHPUnit/drupal_web_test_case.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @copyright The Royal National Theatre
* @author John-Paul Drawneek <[email protected]>
*/
namespace NT\Drupal\Testing\PHPUnit;

abstract class DrupalWebTestCase extends DrupalTestCase {
Expand Down
6 changes: 0 additions & 6 deletions src/NT/Drupal/Testing/PHPUnit/fixture_helper.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* Description of fixture_helper
*
* @copyright The Royal National Theatre
* @author John-Paul Drawneek <[email protected]>
*/
namespace NT\Drupal\Testing\PHPUnit;

class fixture_helper {
Expand Down
5 changes: 0 additions & 5 deletions src/NT/Drupal/Testing/PHPUnit/nt_mink_drupal_test_case.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @copyright The Royal National Theatre
* @author John-Paul Drawneek <[email protected]>
*/

namespace NT\Drupal\Testing\PHPUnit;
use Behat\Mink\Driver\Selenium2Driver;

Expand Down
4 changes: 0 additions & 4 deletions src/NT/Drupal/Testing/PHPUnit/upal.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @copyright The Royal National Theatre
* @author John-Paul Drawneek <[email protected]>
*/
namespace NT\Drupal\Testing\PHPUnit;

class upal {
Expand Down

0 comments on commit 785a2e9

Please sign in to comment.