rector/tests/bootstrap.php
Tomas Votruba 174fd84aaf wip
2018-04-02 12:14:46 +02:00

7 lines
118 B
PHP

<?php declare(strict_types=1);
require_once __DIR__ . '/../vendor/autoload.php';
// performance boost
gc_disable();