Skip to content

Commit

Permalink
Move pickFiles into 'Civi\UpgradeTests' namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Jul 21, 2022
1 parent 05f1fc2 commit d32f152
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ParseFilterTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
namespace Civi\UpgradeTest;

require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . 'util' . DIRECTORY_SEPARATOR . 'pickFiles.lib.php';
global $assertionCount;
$assertionCount = ['ok' => 0, 'fail' => 0];
Expand Down
1 change: 1 addition & 0 deletions util/pickFiles.lib.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
namespace Civi\UpgradeTest;

/**
* @param string $a
Expand Down
1 change: 1 addition & 0 deletions util/pickFiles.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env php
<?php
namespace Civi\UpgradeTest;

main($argv);

Expand Down

0 comments on commit d32f152

Please sign in to comment.