Skip to content

Commit

Permalink
namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cevro committed Nov 7, 2023
1 parent 5d4615c commit 20c60fb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/PresentersTests/PageDisplay/Dsef/ArchiveModule.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Tester\Assert;
use Tests\PresentersTests\PageDisplay\AbstractPageDisplayTestCase;

// phpcs:disable
const MODULE_NAME = 'dsef';
define('MODULE_NAME', 'dsef');
$container = require '../../../Bootstrap.php';

// phpcs:enable
Expand Down
2 changes: 1 addition & 1 deletion tests/PresentersTests/PageDisplay/Dsef/DefaultModule.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Tests\PresentersTests\PageDisplay\Dsef;
use Tests\PresentersTests\PageDisplay\AbstractPageDisplayTestCase;

// phpcs:disable
const MODULE_NAME = 'dsef';
define('MODULE_NAME', 'dsef');
$container = require '../../../Bootstrap.php';

// phpcs:enable
Expand Down
2 changes: 1 addition & 1 deletion tests/PresentersTests/PageDisplay/Fof/ArchiveModule.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Tests\PresentersTests\PageDisplay\Fof;
use Tests\PresentersTests\PageDisplay\AbstractPageDisplayTestCase;

// phpcs:disable
const MODULE_NAME = 'fof';
define('MODULE_NAME', 'fof');
$container = require '../../../Bootstrap.php';

// phpcs:enable
Expand Down
2 changes: 1 addition & 1 deletion tests/PresentersTests/PageDisplay/Fof/DefaultModule.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Tests\PresentersTests\PageDisplay\Fof;
use Tests\PresentersTests\PageDisplay\AbstractPageDisplayTestCase;

// phpcs:disable
const MODULE_NAME = 'fof';
define('MODULE_NAME', 'fof');
$container = require '../../../Bootstrap.php';

// phpcs:enable
Expand Down
2 changes: 1 addition & 1 deletion tests/PresentersTests/PageDisplay/Fol/ArchiveModule.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Tests\PresentersTests\PageDisplay\Fol;
use Tests\PresentersTests\PageDisplay\AbstractPageDisplayTestCase;

// phpcs:disable
const MODULE_NAME = 'fol';
define('MODULE_NAME', 'fol');
$container = require '../../../Bootstrap.php';

// phpcs:enable
Expand Down
2 changes: 1 addition & 1 deletion tests/PresentersTests/PageDisplay/Fol/DefaultModule.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Tests\PresentersTests\PageDisplay\Fol;
use Tests\PresentersTests\PageDisplay\AbstractPageDisplayTestCase;

// phpcs:disable
const MODULE_NAME = 'fol';
define('MODULE_NAME', 'fol');
$container = require '../../../Bootstrap.php';

// phpcs:enable
Expand Down
2 changes: 1 addition & 1 deletion tests/PresentersTests/PageDisplay/Vyfuk/DefaultModule.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Tests\PresentersTests\PageDisplay\Vyfuk;
use Tests\PresentersTests\PageDisplay\AbstractPageDisplayTestCase;

// phpcs:disable
const MODULE_NAME = 'vyfuk';
define('MODULE_NAME', 'vyfuk');
$container = require '../../../Bootstrap.php';

// phpcs:enable
Expand Down

0 comments on commit 20c60fb

Please sign in to comment.