質問編集履歴

3

追記

2015/12/07 13:46

投稿

tixure55
tixure55

スコア400

test CHANGED
File without changes
test CHANGED
@@ -93,3 +93,27 @@
93
93
 
94
94
 
95
95
  ```
96
+
97
+
98
+
99
+ composer.json抜粋↓
100
+
101
+ > "require": {
102
+
103
+ "php": ">=5.2.8",
104
+
105
+ "phpunit/phpunit-selenium": ">=1.2"
106
+
107
+ },
108
+
109
+ "require-dev": {
110
+
111
+ "phpunit/php-invoker": "*",
112
+
113
+ "phpunit/dbunit": ">=1.2",
114
+
115
+ "phpunit/phpunit": "3.7.*",
116
+
117
+ "cakephp/debug_kit" : "2.2.*"
118
+
119
+ },

2

追記

2015/12/07 13:46

投稿

tixure55
tixure55

スコア400

test CHANGED
File without changes
test CHANGED
@@ -16,11 +16,15 @@
16
16
 
17
17
  > "phpunit/phpunit-selenium": ">=1.2"
18
18
 
19
+
20
+
19
21
  も反映されていないようで、
20
22
 
21
23
 
22
24
 
23
25
  > phpunit WebTest.php
26
+
27
+
24
28
 
25
29
  とすると、
26
30
 

1

追記

2015/12/07 13:42

投稿

tixure55
tixure55

スコア400

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,8 @@
3
3
 
4
4
 
5
5
  > phpunit -v
6
+
7
+
6
8
 
7
9
  を叩くと、php composer.phar installする前から入れてあるバージョンのphpunitのバージョンが表示されてしまいます。
8
10