From e1b6fd66d82abe6926faf1e39dbcd6d3d52466c7 Mon Sep 17 00:00:00 2001 From: Pablo Aguilar Date: Fri, 29 Jun 2018 16:05:25 -0700 Subject: [PATCH] Actualizar a la version mas reciente de phpunit 5 Despues de esto, actualizamos las pruebas a que usen la version de TestCase con namespaces y luego podemos subir a la version 6 de phpunit. --- manifests/developer_environment.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/developer_environment.pp b/manifests/developer_environment.pp index 95bf583..984e42b 100644 --- a/manifests/developer_environment.pp +++ b/manifests/developer_environment.pp @@ -19,7 +19,7 @@ provider => 'pear', } Anchor['php::begin'] -> class { '::php::phpunit': - source => 'https://phar.phpunit.de/phpunit-5.3.4.phar', + source => 'https://phar.phpunit.de/phpunit-5.phar', auto_update => false, path => '/usr/bin/phpunit', } -> Anchor['php::end']