Skip to content

Commit

Permalink
Merge branch '7.5' into 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 7, 2019
2 parents 47be683 + 2d1e399 commit befdc45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Framework/TestSuite.php
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,8 @@ public function testAt(int $index)

/**
* Returns the tests as an enumeration.
*
* @return Test[]
*/
public function tests(): array
{
Expand All @@ -623,6 +625,8 @@ public function tests(): array

/**
* Set tests of the test suite
*
* @param Test[] $tests
*/
public function setTests(array $tests): void
{
Expand Down

0 comments on commit befdc45

Please sign in to comment.