File: 0002-Adapt-autoload-path.patch

package info (click to toggle)
php-token-stream 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 284 kB
  • ctags: 477
  • sloc: php: 1,430; xml: 45; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (2)
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: Sat, 13 Sep 2014 07:44:04 -0400
Subject: Adapt autoload path

Forwarded: not-needed
---
 tests/bootstrap.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index f92b7df..5b1bd13 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -1,5 +1,5 @@
 <?php
-require __DIR__ . '/../vendor/autoload.php';
+require 'PHP/Token/Stream/Autoload.php';
 
 define(
     'TEST_FILES_PATH',