Browse Source

Restore AppVeyor config that runs the PHPUnit `.bat` file.

ndm2 7 years ago
parent
commit
eaa9cb58ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -98,4 +98,4 @@ before_test:
 test_script:
   - sqlcmd -S ".\SQL2012SP1" -U sa -P Password12! -Q "create database cakephp;"
   - cd C:\projects\cakephp
-  - php vendor\bin\phpunit
+  - vendor\bin\phpunit.bat