File Editor
Directories:
.. (Back)
lib
namespaced
src
Files:
autoload-fast.php
autoload-pedantic.php
autoload-php7.php
autoload-phpunit.php
autoload.php
Create New File
Create
Edit File: autoload-phpunit.php
<?php // phpcs:ignoreFile -- compatibility library for PHP 5-7.1 require_once (dirname(__FILE__) . '/vendor/autoload.php'); if (PHP_VERSION_ID >= 50300) { require_once (dirname(__FILE__) . '/tests/phpunit-shim.php'); }
Save Changes
Rename File
Rename