Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: doctrine/dbal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c8bd853d6defba137398207c264fae955289371e
Choose a base ref
..
head repository: doctrine/dbal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 24056154365ee60bf45fb5465828ba36ac9b3664
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 tests/Doctrine/Tests/DBAL/Functional/Driver/IBMDB2/DB2StatementTest.php
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@

use Doctrine\DBAL\Driver\IBMDB2\DB2Driver;
use Doctrine\Tests\DbalFunctionalTestCase;
use PHPUnit\Framework\Error\Notice;

use function extension_loaded;