Skip to content

Commit

Permalink
feat: add test bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
goodjun committed Sep 23, 2020
1 parent bd8169f commit 9906c65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php

$classLoader = require dirname(__DIR__).'/vendor/autoload.php';
$classLoader->register(true);

0 comments on commit 9906c65

Please sign in to comment.