bootstrap.php 109 B

1234
  1. <?php
  2. require_once __DIR__.'/../vendor/autoload.php';
  3. new \StatonLab\TripalTestSuite\TripalTestBootstrap();