From 763df655d84dde45ff7c204d0d9c34c4cc73233b Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 16 May 2016 10:05:11 -0500 Subject: [PATCH] Enables test in releasinator --- .releasinator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.releasinator.rb b/.releasinator.rb index b20c0c5..2a270a6 100644 --- a/.releasinator.rb +++ b/.releasinator.rb @@ -15,8 +15,8 @@ def validate_version_match() end def validate_tests() - #CommandProcessor.command("vendor/bin/phpunit", live_output=true) - #CommandProcessor.command("vendor/bin/phpunit -c phpunit.integration.xml", live_output=true) + CommandProcessor.command("vendor/bin/phpunit", live_output=true) + CommandProcessor.command("vendor/bin/phpunit -c phpunit.integration.xml", live_output=true) end configatron.custom_validation_methods = [