Browse Source

Running all tests in appveyor

José Lorenzo Rodríguez 11 years ago
parent
commit
1dc05d5004
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -44,4 +44,4 @@ test_script:
   - sqlcmd -S ".\SQL2008R2SP2" -U sa -P Password12! -Q "create database cakephp;"
   - sqlcmd -S ".\SQL2012SP1" -U sa -P Password12! -Q "create database cakephp;"
   - cd C:\projects\cakephp
-  - vendor\bin\phpunit.bat tests\TestCase\DatabaseSuite
+  - vendor\bin\phpunit.bat