Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit fdc5748

Browse files
committed
Preparing for 1.0.0 release.
1 parent c2f201e commit fdc5748

14 files changed

+20
-14
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/.composer/
21
/coverage/
32
/test/bin/php-cs-fixer
43
/vendor/

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ matrix:
2525
sudo: required
2626
dist: trusty
2727
group: edge
28-
- php: hhvm-3.15
28+
- php: hhvm-3.18
29+
sudo: required
30+
dist: trusty
31+
group: edge
32+
- php: hhvm-3.18
2933
sudo: required
3034
dist: trusty
3135
group: edge
@@ -57,6 +61,5 @@ env:
5761
cache:
5862
directories:
5963
- $HOME/.composer
60-
- .composer
6164

6265
sudo: false

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Phony for PHPUnit changelog
22

3+
## 1.0.0 (2017-04-24)
4+
5+
- **[IMPROVED]** Updated to use the new Phony `1.0.0` release.
6+
37
## 0.1.0 (2017-04-23)
48

59
- **[NEW]** Initial release.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.3",
16-
"eloquent/phony": "dev-remove-integrations",
16+
"eloquent/phony": "^1",
1717
"phpunit/phpunit": "^4|^5"
1818
},
1919
"require-dev": {

test/integration/PhonyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Phony package.
55
*
6-
* Copyright © 2016 Erin Millard
6+
* Copyright © 2017 Erin Millard
77
*
88
* For the full copyright and license information, please view the LICENSE file
99
* that was distributed with this source code.

test/src/Test/TestClassA.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Phony package.
55
*
6-
* Copyright © 2016 Erin Millard
6+
* Copyright © 2017 Erin Millard
77
*
88
* For the full copyright and license information, please view the LICENSE file
99
* that was distributed with this source code.

test/src/Test/TestClassB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Phony package.
55
*
6-
* Copyright © 2016 Erin Millard
6+
* Copyright © 2017 Erin Millard
77
*
88
* For the full copyright and license information, please view the LICENSE file
99
* that was distributed with this source code.

test/src/Test/TestEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Phony package.
55
*
6-
* Copyright © 2016 Erin Millard
6+
* Copyright © 2017 Erin Millard
77
*
88
* For the full copyright and license information, please view the LICENSE file
99
* that was distributed with this source code.

test/src/Test/TestInterfaceA.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Phony package.
55
*
6-
* Copyright © 2016 Erin Millard
6+
* Copyright © 2017 Erin Millard
77
*
88
* For the full copyright and license information, please view the LICENSE file
99
* that was distributed with this source code.

test/src/Test/TestInterfaceB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Phony package.
55
*
6-
* Copyright © 2016 Erin Millard
6+
* Copyright © 2017 Erin Millard
77
*
88
* For the full copyright and license information, please view the LICENSE file
99
* that was distributed with this source code.

0 commit comments

Comments
 (0)