File: 0001-Use-home-made-autoload.patch

package info (click to toggle)
php-codecoverage 2.0.11%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,060 kB
  • ctags: 2,614
  • sloc: php: 5,143; xml: 119; makefile: 34
file content (21 lines) | stat: -rw-r--r-- 629 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Thu, 11 Sep 2014 14:12:21 -0400
Subject: Use home made autoload

Forwarded: not-needed
---
 vendor/autoload.php | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 vendor/autoload.php

diff --git a/vendor/autoload.php b/vendor/autoload.php
new file mode 100644
index 0000000..b352fc7
--- /dev/null
+++ b/vendor/autoload.php
@@ -0,0 +1,5 @@
+<?php
+require_once 'PHP/CodeCoverage/Autoload.php';
+require_once 'PHP/Token/Stream/Autoload.php';
+require_once 'SebastianBergmann/Environment/Runtime.php';
+require_once 'SebastianBergmann/Version/autoload.php';