Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 1464
Zeile 2... Zeile 2...
2
<?php
2
<?php
Zeile 3... Zeile 3...
3
 
3
 
4
/**
4
/**
5
 * Proxy PHP file generated by Composer
5
 * Proxy PHP file generated by Composer
6
 *
6
 *
7
 * This file includes the referenced bin path (../phpunit/phpunit/phpunit)
7
 * This file includes the referenced bin path (../../../marine/vendor/phpunit/phpunit/phpunit)
8
 * using a stream wrapper to prevent the shebang from being output on PHP<8
8
 * using a stream wrapper to prevent the shebang from being output on PHP<8
9
 *
9
 *
10
 * @generated
10
 * @generated
Zeile 11... Zeile 11...
11
 */
11
 */
Zeile 12... Zeile 12...
12
 
12
 
13
namespace Composer;
13
namespace Composer;
14
 
14
 
Zeile 15... Zeile 15...
15
$GLOBALS['_composer_bin_dir'] = __DIR__;
15
$GLOBALS['_composer_bin_dir'] = __DIR__;
16
$GLOBALS['_composer_autoload_path'] = __DIR__ . '/..'.'/autoload.php';
16
$GLOBALS['_composer_autoload_path'] = __DIR__ . '/../../..'.'/marine/vendor/autoload.php';
17
$GLOBALS['__PHPUNIT_ISOLATION_EXCLUDE_LIST'] = $GLOBALS['__PHPUNIT_ISOLATION_BLACKLIST'] = array(realpath(__DIR__ . '/..'.'/phpunit/phpunit/phpunit'));
17
$GLOBALS['__PHPUNIT_ISOLATION_EXCLUDE_LIST'] = $GLOBALS['__PHPUNIT_ISOLATION_BLACKLIST'] = array(realpath(__DIR__ . '/../../..'.'/marine/vendor/phpunit/phpunit/phpunit'));
18
 
18
 
Zeile 113... Zeile 113...
113
 
113
 
114
    if (
114
    if (
115
        (function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
115
        (function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
116
        || (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
116
        || (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
117
    ) {
117
    ) {
118
        include("phpvfscomposer://" . __DIR__ . '/..'.'/phpunit/phpunit/phpunit');
118
        include("phpvfscomposer://" . __DIR__ . '/../../..'.'/marine/vendor/phpunit/phpunit/phpunit');
119
        exit(0);
119
        exit(0);
120
    }
120
    }
Zeile 121... Zeile 121...
121
}
121
}