File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -876,14 +876,16 @@ NB: You MUST use an empty database as a destructive database fixture is loaded.
876
876
### SQL server on Windows:
877
877
878
878
```
879
- C:\php-crud-api>"C:\PHP\php.exe" phpunit.phar
880
- PHPUnit 5.3.2 by Sebastian Bergmann and contributors.
879
+ C:\php-crud-api>"c:\Program Files (x86)\PHP\v5.6\p
880
+ hp.exe" phpunit.phar tests\SqlServerTest.php
881
+ PHPUnit 5.2.10 by Sebastian Bergmann and contributors.
881
882
882
- .................................................. 50 / 50 (100%)
883
+ ................................................................ 64 / 76 ( 84%)
884
+ ............ 76 / 76 (100%)
883
885
884
- Time: 1.47 seconds, Memory: 6.75Mb
886
+ Time: 9.53 seconds, Memory: 7.25Mb
885
887
886
- OK (50 tests, 73 assertions)
888
+ OK (76 tests, 111 assertions)
887
889
888
890
C:\php-crud-api>
889
891
```
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function seedDatabase()
32
32
'UID ' => static ::$ config ['username ' ],
33
33
'PWD ' => static ::$ config ['password ' ],
34
34
'Database ' => static ::$ config ['database ' ],
35
- 'CharacterSet ' => static :: $ config [ 'UTF-8 ' ] ,
35
+ 'CharacterSet ' => 'UTF-8 ' ,
36
36
];
37
37
38
38
$ conn = sqlsrv_connect (static ::$ config ['hostname ' ], $ connectionInfo );
You can’t perform that action at this time.
0 commit comments