Skip to content

Commit 5db458d

Browse files
committed
Fix old name
1 parent 4ee56fc commit 5db458d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22

33

4+
## 0.5.1 - 2016-07-18
5+
6+
### Fixed
7+
8+
- Old name
9+
10+
411
## 0.5.0 - 2016-07-18
512

613
### Changed

bin/http_test_server

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
44

55
# Installed as a dependency
66
if [ -f "$DIR/../autoload.php" ]; then
7-
php -S 127.0.0.1:10000 -t "$DIR/../php-http/adapter-integration-tests/fixture"
7+
php -S 127.0.0.1:10000 -t "$DIR/../php-http/client-integration-tests/fixture"
88
# Development
99
elif [ -f "$DIR/../vendor/autoload.php" ]; then
1010
php -S 127.0.0.1:10000 -t "$DIR/../fixture"

0 commit comments

Comments
 (0)