Skip to content

Commit c3a8303

Browse files
committed
small fixes
1 parent 6e1e52a commit c3a8303

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/tests.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
2-
if (!file_exists(__DIR__.'/config.php')) {
3-
copy(__DIR__.'/config.php.dist',__DIR__.'/config.php');
4-
}
2+
53
require __DIR__.'/config.php';
64
require __DIR__.'/../api.php';
75

0 commit comments

Comments
 (0)