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 = [