File: Use-installed-class-for-DEP-8-tests.patch

package info (click to toggle)
php-doctrine-data-fixtures 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 336 kB
  • ctags: 546
  • sloc: php: 1,621; makefile: 10; sh: 5
file content (20 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Sun, 7 Sep 2014 19:17:50 -0400
Subject: Use installed class for DEP-8 tests

Gbp: Topic DEP-8
---
 tests/bootstrap.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 9795b80..9bcba44 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -24,6 +24,5 @@ $loader = new ClassLoader();
 $loader->setUseIncludePath(true);
 $loader->register();
 $loader->addPrefixes(array(
-	'Doctrine\\Common\\DataFixtures'	=> __DIR__ . '/../lib/',
 	'Doctrine\\Tests'			=> __DIR__,
 ));