Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Commit

Permalink
PHPUnit 7.5.9, 8.1.5 (Issue neard/neard#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 24, 2019
1 parent 7c58eb4 commit 309ed0d
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
# Changelog

## r7 (2019/05/24)

* PHPUnit 7.5.9, 8.1.5 (Issue neard/neard#417)

## r6 (2017/12/30)

* New releases : 5.6.8, 5.7.26, 6.5.5 (Issue neard/neard#355)
* PHPUnit 5.6.8, 5.7.26, 6.5.5 (Issue neard/neard#355)

## r5 (2017/09/03)

* New releases : 4.8.36, 5.7.21, 6.3.0 (Issue neard/neard#325)
* PHPUnit 4.8.36, 5.7.21, 6.3.0 (Issue neard/neard#325)

## r4 (2016/10/11)

* New releases : 4.8.27, 5.4.8, 5.5.7, 5.6.1 (Issue neard/neard#121)
* PHPUnit 4.8.27, 5.4.8, 5.5.7, 5.6.1 (Issue neard/neard#121)

## r3 (2016/06/20)

* New releases : 4.8.26, 5.3.5, 5.4.6 (Issue neard/neard#121)
* PHPUnit 4.8.26, 5.3.5, 5.4.6 (Issue neard/neard#121)

## r2 (2016/05/12)

* New releases : 4.8.25, 5.3.4 (Issue neard/neard#121)
* PHPUnit 4.8.25, 5.3.4 (Issue neard/neard#121)

## r1 (2016/04/23)

* Add releases : 4.8.24, 5.3.2
* Add PHPUnit 4.8.24, 5.3.2
4 changes: 4 additions & 0 deletions bin/phpunit7.5.9/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
phpunitVersion = "7.5.9"
phpunitExe = "phpunit.bat"

bundleRelease = "@RELEASE_VERSION@"
1 change: 1 addition & 0 deletions bin/phpunit7.5.9/phpunit.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@php "%~dp0phpunit.phar" %*
4 changes: 4 additions & 0 deletions bin/phpunit8.1.5/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
phpunitVersion = "8.1.5"
phpunitExe = "phpunit.bat"

bundleRelease = "@RELEASE_VERSION@"
1 change: 1 addition & 0 deletions bin/phpunit8.1.5/phpunit.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@php "%~dp0phpunit.phar" %*
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bundle.name = phpunit
bundle.release = r6
bundle.release = r7
bundle.type = tools
bundle.format = 7z

Expand Down
4 changes: 3 additions & 1 deletion releases.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
5.7.21 = https://github.com/neard/module-phpunit/releases/download/r5/neard-phpunit-5.7.21-r5.7z
5.7.26 = https://github.com/neard/module-phpunit/releases/download/r6/neard-phpunit-5.7.26-r6.7z
6.3.0 = https://github.com/neard/module-phpunit/releases/download/r5/neard-phpunit-6.3.0-r5.7z
6.5.5 = https://github.com/neard/module-phpunit/releases/download/r6/neard-phpunit-6.5.5-r6.7z
6.5.5 = https://github.com/neard/module-phpunit/releases/download/r6/neard-phpunit-6.5.5-r6.7z
7.5.9 = https://github.com/neard/module-phpunit/releases/download/r7/neard-phpunit-7.5.9-r7.7z
8.1.5 = https://github.com/neard/module-phpunit/releases/download/r7/neard-phpunit-8.1.5-r7.7z

0 comments on commit 309ed0d

Please sign in to comment.