ryanwinchester/hubspot-php

View on GitHub
phpspec.sh

Summary

Maintainability
Test Coverage
#!/bin/bash
if [ "${PHPSPEC}" != "false" ]; then
  vendor/bin/phpspec run --verbose
fi