@@ -34,5 +34,4 @@ install:
test_script:
- sqlcmd -S ".\SQL2008R2SP2" -U sa -P Password12! -Q "create database cakephp;"
- cd C:\projects\cakephp
- - "%PHP%/php.exe --version"
- - vendor\bin\phpunit.bat --no-configuration --bootstrap tests/bootstrap.php tests/TestCase/DatabaseSuite.php
+ - vendor\bin\phpunit.bat tests\TestCase\DatabaseSuite
@@ -32,7 +32,7 @@ class Sqlserver extends \Cake\Database\Driver {
* @var array
*/
protected $_baseConfig = [
- 'persistent' => true,
+ 'persistent' => false,
'host' => 'localhost\SQLEXPRESS',
'login' => '',
'password' => '',