summaryrefslogtreecommitdiffstats
path: root/dbunit-autoload.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-11-03 15:23:19 +0100
committerRemi Collet <fedora@famillecollet.com>2015-11-03 15:23:19 +0100
commitb5239ca096f60443112e0aa7108d02a40b040e57 (patch)
treeda77a7fb9c4ac9586e768d6eff5a6b8e477c46fe /dbunit-autoload.patch
parent1de5c0332d8e4d5eead1636975781c09bc1ecaaa (diff)
php-phpunit-DbUnit: 2.0.2 (for PHPUnit 4 or 5)
Diffstat (limited to 'dbunit-autoload.patch')
-rw-r--r--dbunit-autoload.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dbunit-autoload.patch b/dbunit-autoload.patch
deleted file mode 100644
index bdc1f05..0000000
--- a/dbunit-autoload.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- dbunit.php.rpm 2015-08-07 08:17:06.899086351 +0200
-+++ dbunit.php 2015-08-07 08:17:37.693235622 +0200
-@@ -9,11 +9,7 @@
- * file that was distributed with this source code.
- */
-
--if (strpos('@php_bin@', '@php_bin') === 0) {
-- set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path());
--}
--
--require_once 'PHPUnit/Autoload.php';
-+require_once '/usr/share/php/PHPUnit/Autoload.php';
-
- $command = new PHPUnit_Extensions_Database_UI_Command(
- new PHPUnit_Extensions_Database_UI_ModeFactory()