We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd0dfa commit f50046cCopy full SHA for f50046c
phpunit.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit backupGlobals="false"
3
backupStaticAttributes="false"
4
- bootstrap="tests/bootstrap.php"
+ bootstrap="tests/config/bootstrap.php"
5
colors="true"
6
convertErrorsToExceptions="true"
7
convertNoticesToExceptions="true"
tests/bootstrap.php tests/config/bootstrap.php
@@ -4,7 +4,7 @@
* @author Junior Grossi <juniorgro@gmail.com>
*/
-require __DIR__ . '/../vendor/autoload.php';
+require __DIR__ . '/../../vendor/autoload.php';
8
9
$capsule = \Corcel\Database::connect($params = [
10
'database' => 'corcel_acf',
tests/config/database.sql
0 commit comments