Skip to content

Commit

Permalink
There must be one blank line after the namespace declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Mar 26, 2018
1 parent aa3b062 commit fb8c489
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/NT/Drupal/Testing/Fixtures/fixture_helper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace NT\Drupal\Testing\Fixtures;

/**
*
*/
Expand Down
1 change: 1 addition & 0 deletions src/NT/Drupal/Testing/Fixtures/fixtures.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace NT\Drupal\Testing\Fixtures;

use NT\Drupal\Testing\PHPUnit\fixture_helper;
/**
*
Expand Down
1 change: 1 addition & 0 deletions src/NT/Drupal/Testing/PHPUnit/drupal_unit_test_case.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace NT\Drupal\Testing\PHPUnit;

/**
*
*/
Expand Down
1 change: 1 addition & 0 deletions src/NT/Drupal/Testing/PHPUnit/drupal_web_test_case.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace NT\Drupal\Testing\PHPUnit;

/**
*
*/
Expand Down
1 change: 1 addition & 0 deletions src/NT/Drupal/Testing/PHPUnit/fixture_helper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace NT\Drupal\Testing\PHPUnit;

/**
*
*/
Expand Down
1 change: 1 addition & 0 deletions src/NT/Drupal/Testing/PHPUnit/nt_mink_drupal_test_case.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace NT\Drupal\Testing\PHPUnit;

use Behat\Mink\Driver\Selenium2Driver;

/**
Expand Down
1 change: 1 addition & 0 deletions src/NT/Drupal/Testing/PHPUnit/upal.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace NT\Drupal\Testing\PHPUnit;

/**
*
*/
Expand Down

0 comments on commit fb8c489

Please sign in to comment.