Commit Graph

5 Commits

Author SHA1 Message Date
Sergey Kudashev
79288dcd51 Update ApprovalTest substitute the deprecated approveString method with the recommended 2024-04-09 15:59:02 +03:00
Sergey Kudashev
5ed256af31 Style ApprovalTest fix formatting 2024-04-09 12:32:19 +03:00
Peter Kofler
4d5ca7b311 PHP: Add an Approval base test similar to Java-Approvals and CS-xunit-verify. 2023-11-29 12:13:35 +01:00
Pen-y-Fan
10d3cf7f5a Add PHP8
- update README.md with latest PHP information
- update composer.json to support PHP 7.3 to PHP8
  - active support for PHP 7.2 ended 6 Dec 2020
  - PHP8 was released 26-Nov-2020
  - update the dependencies
- PHPUnit now version 9.5 and config file updated
- ECS now version 9.3 and config file changed from `ecs.yaml` to `ecs.php`

ApprovalTest removed, in line with latest readme, all set for refactoring :)

Tested with PHP 7.3, 7.4 and 8.0 one failing "fixme" != "foo" test!
2021-05-03 16:02:47 +01:00
Pen-y-Fan
ed7a787e4f Updated PHP version for PHP7.2+
Removed PHP5 (no longer supported)
Renamed PHP7 to PHP - consistent with other kata
Added the same helpers as other PHP Kata
Updated the code to PHP7.2+ standard
Didn't change GildedRose updateQuality method
Updated GildedRoseTest (still failing)
Added ApprovalTest (passing)
- same text file as texttests / ThirtyDays / stdout.gr (only renamed).
2020-07-23 22:47:36 +01:00