Skip to content

Commit

Permalink
Create bootstrap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore committed Dec 22, 2023
1 parent 94f21fa commit 93b89bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

// Turn on all errors.
error_reporting(E_ALL);

require_once dirname(__DIR__) . '/vendor/autoload.php';

0 comments on commit 93b89bf

Please sign in to comment.