rector/tests/bootstrap.php

6 lines
97 B
PHP
Raw Normal View History

2017-11-10 23:14:17 +01:00
<?php declare(strict_types=1);
require_once __DIR__ . '/../vendor/autoload.php';
2017-11-10 23:15:35 +01:00
gc_disable();