Welcome! No matter what you're level of Symfony, we have plenty of things we need help with! This document will guide you through everything:
We're meeting on Freenode in the #symfony channel. Come hang out!
| require 'formula' | |
| class Xhprof <Formula | |
| url 'https://github.com/facebook/xhprof.git' | |
| homepage 'http://mirror.facebook.net/facebook/xhprof/doc.html' | |
| version 'master' | |
| depends_on 'pcre' | |
| def install |
| diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh | |
| index 49b1a44..d8f471f 100755 | |
| --- a/core/scripts/run-tests.sh | |
| +++ b/core/scripts/run-tests.sh | |
| @@ -680,6 +680,7 @@ function simpletest_script_get_test_list() { | |
| simpletest_script_print_error('No valid tests were specified.'); | |
| exit; | |
| } | |
| + // I only want to run one test class! :) | |
| + $test_list = array('Drupal\book\Tests\BookTest'); |