Last-Update: 2016-03-28
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: set paths

--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -10,9 +10,9 @@
          convertWarningsToExceptions="true"
          processIsolation="false"
          stopOnFailure="false"
          syntaxCheck="false"
-         bootstrap="./vendor/autoload.php">
+         bootstrap="src/autoload.php">
 
     <testsuites>
         <testsuite name="php7cc Test Suite">
             <directory>./test/</directory>
--- a/bin/php7cc.php
+++ b/bin/php7cc.php
@@ -1,10 +1,9 @@
 #!/usr/bin/php
 <?php
 
 $autoloadFiles = array(
-    __DIR__ . '/../vendor/autoload.php',
-    __DIR__ . '/../../../autoload.php',
+    '/usr/share/php/Sstalle/php7cc/autoload.php',
 );
 
 $loader = null;
 foreach ($autoloadFiles as $autoloadFile) {
