浏览代码

Updaitng tests

Jonny 7 年之前
父节点
当前提交
f35764503f
共有 3 个文件被更改,包括 127 次插入226 次删除
  1. 0 1
      .travis.yml
  2. 1 1
      composer.json
  3. 126 224
      src/JonnyW/PhantomJs/Tests/Integration/ClientTest.php

+ 0 - 1
.travis.yml

@@ -5,7 +5,6 @@ os:
   - windows
 
 php:
-  - 5.3
   - 5.4
   - 5.5
   - 5.6

+ 1 - 1
composer.json

@@ -13,7 +13,7 @@
     ],
     "minimum-stability": "stable",
     "require": {
-        "php": ">=5.3.0",
+        "php": ">=5.4.0",
         "symfony/config": "~2.3|~3.0",
         "symfony/dependency-injection": "~2.3|~3.0",
         "symfony/filesystem": "~2.3|~3.0",

文件差异内容过多而无法显示
+ 126 - 224
src/JonnyW/PhantomJs/Tests/Integration/ClientTest.php


部分文件因为文件数量过多而无法显示