Jakub Míšek
|
cd136d8af2
|
peachpie 1.0.19
|
2022-04-17 15:04:30 +02:00 |
Jakub Míšek
|
ef82868ea5
|
updated target framework
|
2021-04-24 21:35:33 +02:00 |
Jakub Míšek
|
e5b2018430
|
peachpie 1.0.5
|
2021-04-24 21:29:18 +02:00 |
Jakub Míšek
|
5a4d1cefb5
|
update to peachpie v1.0.0
|
2021-03-14 19:25:31 +01:00 |
Jakub Míšek
|
036c9e2f9a
|
cannot specify both license file and license expression
|
2021-03-14 19:25:07 +01:00 |
Jakub Míšek
|
0d8457aa4b
|
readme
|
2021-01-11 18:53:32 +01:00 |
Jakub Míšek
|
014641474e
|
readme
|
2021-01-11 18:50:43 +01:00 |
Jakub Míšek
|
4b85c70019
|
preview5
|
2021-01-11 18:43:03 +01:00 |
Jakub Míšek
|
0827df8f0b
|
peachpie 1.0.0-preview4
|
2020-12-06 00:07:41 +01:00 |
Jakub Míšek
|
dab6fb1308
|
updated readme
|
2020-11-02 00:49:19 +01:00 |
Jakub Míšek
|
5be7f67d32
|
nuget tags
|
2020-11-02 00:45:25 +01:00 |
Jakub Míšek
|
02167381dd
|
nuget props
|
2020-11-02 00:40:43 +01:00 |
Jakub Míšek
|
79210f05fd
|
nuget props
|
2020-11-02 00:12:24 +01:00 |
Jakub Míšek
|
6ecc8d9a99
|
nuget props
|
2020-11-02 00:10:22 +01:00 |
Jakub Míšek
|
d4ff04e941
|
readme, excluded unnecessary content files
|
2020-11-01 23:57:10 +01:00 |
Jakub Míšek
|
cb965fbbc0
|
ignoring NU1603
the dependencies version range is too inclusive
|
2020-11-01 23:32:57 +01:00 |
Jakub Míšek
|
81e3045325
|
removed dummy nuget.config
|
2020-11-01 23:21:05 +01:00 |
Jakub Míšek
|
92b29e76d9
|
ignored some PHP warnings
|
2020-11-01 23:20:38 +01:00 |
Jakub Míšek
|
97a0c37d6a
|
nuget.config
|
2020-11-01 22:59:26 +01:00 |
Jakub Míšek
|
b4f0dc30cf
|
readme
|
2020-11-01 22:58:10 +01:00 |
Jakub Míšek
|
61076b968d
|
solution structure changed
|
2020-11-01 22:18:27 +01:00 |
Jakub Míšek
|
208a979ad8
|
calls run directly, ready for phpunit from packages
- phpunit phar stub only bootstrapped when called from phar
- updates to peachpie 1.0.0-preview3
|
2020-10-31 12:04:58 +01:00 |
Jakub Míšek
|
76a8e6fa42
|
peachpie 1.0.0-preview2
|
2020-10-05 21:39:59 +02:00 |
Robert Husák
|
835a97ac41
|
Fix using custom PHPUnit extension in older versions
|
2020-09-20 12:21:06 +02:00 |
Robert Husák
|
632e4ccbe9
|
Fix data set handling and PHP style test naming
|
2020-09-20 12:06:08 +02:00 |
Robert Husák
|
63c16f2224
|
Fix problem with missing source files
|
2020-09-20 11:27:43 +02:00 |
Jakub Míšek
|
3300967a2d
|
test duration and error message
|
2020-09-04 15:48:14 +02:00 |
Jakub Míšek
|
aeb663c852
|
line number from AST
|
2020-09-04 15:07:16 +02:00 |
Jakub Míšek
|
4517953304
|
test case line number, code file path
|
2020-09-04 14:54:45 +02:00 |
Jakub Míšek
|
c14adc7602
|
test traits (aka phpdoc @group)
|
2020-09-04 14:26:32 +02:00 |
Jakub Míšek
|
737f648742
|
ignoring PHP6002
|
2020-09-04 14:25:50 +02:00 |
Robert Husák
|
cd6b20dc65
|
Clean up and comment code
|
2020-09-03 11:53:17 +02:00 |
Robert Husák
|
1287502c2f
|
Add test adapter to README
|
2020-09-02 17:49:25 +02:00 |
Robert Husák
|
b6f98f6690
|
Use TestAdapter from LibNuget as well
|
2020-09-02 17:47:59 +02:00 |
Robert Husák
|
d18780bd86
|
Simplify samples by using phpunit.xml
It's no longer needed to pass the bootstrap script directly to PHPUnit CLI.
|
2020-09-02 17:47:29 +02:00 |
Robert Husák
|
2ddd30a440
|
Remove PHPUnit return value check
It's nonzero when there's a failed test, no need to raise an additional exception.
|
2020-09-02 16:40:04 +02:00 |
Robert Husák
|
d76a97b0f5
|
Use Peachpie version 1.0.0-preview
|
2020-09-02 16:14:20 +02:00 |
Robert Husák
|
12b17520ae
|
Run all tests together even from Test Explorer
Get rid of the unnecessary PhpUnitContext class.
|
2020-09-02 15:57:06 +02:00 |
Robert Husák
|
7b6f7d3f47
|
Run all the tests together when running dotnet test
Use custom PHPUnit extension to report their results.
|
2020-09-02 15:02:19 +02:00 |
Robert Husák
|
589a2e0847
|
Fix compilation of Match class in PHPUnit
|
2020-09-02 14:50:58 +02:00 |
Robert Husák
|
d028ab5d66
|
Enhance test discoverer to use PHPUnit XML output
|
2020-08-31 22:34:14 +02:00 |
Robert Husák
|
20319d0993
|
Fix adapter to work in VS Test Explorer
|
2020-08-26 13:02:40 +02:00 |
Robert Husák
|
ff2d8d0185
|
Generalize missing MSBuild assembly loading in dotnet-phpunit
|
2020-08-14 15:59:23 +02:00 |
Robert Husák
|
4f63f419a2
|
Add downloaded phpunit.phar to .gitignore
|
2020-08-14 14:14:35 +02:00 |
Robert Husák
|
148b676365
|
Clean up dotnet-phpunit
|
2020-08-14 14:04:11 +02:00 |
Robert Husák
|
fb30ddcaf3
|
Add sketch of adapter for dotnet test
|
2020-08-06 16:45:29 +02:00 |
Robert Husák
|
82e861bfdc
|
Add nupkg directory to repo
|
2020-07-10 15:50:28 +02:00 |
Robert Husák
|
3694e0de36
|
Enable dynamic PHPUnit downloading of given version
|
2020-07-09 18:15:08 +02:00 |
Robert Husák
|
306932ef1d
|
Update Peachpie to 0.9.990
|
2020-06-22 20:09:22 +02:00 |
Robert Husák
|
14b9c6d41c
|
Add PHPUnit license
|
2020-06-22 19:15:52 +02:00 |