Skip to content

Commit

Permalink
Import some classes for PHPUnit.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Jun 8, 2024
1 parent ed1ed3c commit 0795d05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/

use INTERMediator\IMUtil;
use PHPUnit\Framework\Attributes\PreserveGlobalState;
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
use PHPUnit\Framework\TestCase;
use INTERMediator\DB\Proxy;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
require_once(dirname(__FILE__) . '/../DB_PDO_Test_Common.php');

use INTERMediator\DB\Proxy;
use PHPUnit\Framework\Attributes\DoesNotPerformAssertions;

class DB_PDO_PostgreSQL_Test extends DB_PDO_Test_Common
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
require_once(dirname(__FILE__) . '/../DB_PDO_Test_Common.php');

use INTERMediator\DB\Proxy;
use PHPUnit\Framework\Attributes\DoesNotPerformAssertions;

class DB_PDO_SQLite_Test extends DB_PDO_Test_Common
{
Expand Down

0 comments on commit 0795d05

Please sign in to comment.