Skip to content

Commit

Permalink
- Merge [1372].
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 3, 2007
1 parent 290bdf3 commit 1a6c6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPUnit/Framework/TestSuite.php
Expand Up @@ -554,7 +554,7 @@ public function run(PHPUnit_Framework_TestResult $result = NULL, $filter = FALSE

$result->startTestSuite($this);

if ($group !== FALSE && is_string($group)) {
if (is_string($group)) {
if (isset($this->groups[$group])) {
$tests = &$this->groups[$group];
} else {
Expand Down

0 comments on commit 1a6c6f9

Please sign in to comment.