I am new to Jenkins and PHPunit. I am trying to set up nightly run my phpunit tests on Jenkins. I am using Ant build.xml. When I run the build, getting an error
Deprecated configuration setting "strict" used
[exec]
[exec]
could not find driverEcould not find drivercould not find driver
[exec]
I am not able to understand where the issue is?
These tests runs fine on my local machine using phpstorm and phpunit 4.6.6 version.
Thanks In Advance