1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
psalm/tests/bootstrap.php

6 lines
119 B
PHP
Raw Normal View History

2016-12-07 06:21:46 +01:00
<?php
2019-05-03 16:27:09 +02:00
require_once(__DIR__.'/../src/command_functions.php');
2019-05-03 16:27:09 +02:00
return require_once(__DIR__.'/../vendor/autoload.php');