Skip to content

Commit

Permalink
refactor: Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jul 4, 2024
1 parent e108c5c commit f2255c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

echo dirname(__DIR__) . '/vendor';
define('PROJECT_VENDOR_DIR', getenv('PROJECT_VENDOR_DIR') ?: dirname(__DIR__) . '/vendor');

require realpath(PROJECT_VENDOR_DIR . '/autoload.php');

0 comments on commit f2255c4

Please sign in to comment.