You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On PHPUnit configuration XML file you must specify the extension with its configuration.
36
36
37
-
If you need help with PHPUnit extensions, please refer to the [Official Documentation](https://phpunit.readthedocs.io/en/9.1/configuration.html#the-extensions-element)
38
-
39
-
As an example, look into phpunit-integration.xml.dist.
40
-
41
-
42
-
### PDO Driver
43
-
44
-
If you need to test the integration of MySQL or MariaDB, use the PDO driver extension.
37
+
You are able to specify the configuration filename that you will be using. Defaults to .integration-testing.json
You also check phpunit-integration.xml.dist example
84
50
85
-
which requires a configuration and a PDO connection as arguments via XML config
86
-
87
-
The configuration class allows you to define in which paths your fixtures will be located
51
+
If you need help with PHPUnit extensions, please refer to the [Official Documentation](https://phpunit.readthedocs.io/en/9.1/configuration.html#the-extensions-element)
0 commit comments