From ada3a148ee313aafe37c4e3955a34308f1dddbef Mon Sep 17 00:00:00 2001 From: Piotr Antosik Date: Thu, 16 Apr 2015 22:19:41 +0200 Subject: [PATCH] travis: PHP 7.0 nightly added --- .travis.yml | 7 +++---- Tests/Controller/PaymentControllerTest.php | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index fbaac52..870f1ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,14 +4,13 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 - hhvm - - nightly matrix: allow_failures: - - php: nightly + - php: 7.0 -before_script: - - COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install +install: composer install script: phpunit --coverage-text diff --git a/Tests/Controller/PaymentControllerTest.php b/Tests/Controller/PaymentControllerTest.php index 553be21..23896fd 100644 --- a/Tests/Controller/PaymentControllerTest.php +++ b/Tests/Controller/PaymentControllerTest.php @@ -2,7 +2,6 @@ namespace AntQa\Bundle\PayUBundle\Tests\Controller; - class PaymentControllerTest extends \PHPUnit_Framework_TestCase { public function testInstance()