Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 1, 2010
1 parent 6db3089 commit 78f4f35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PHPUnit/Tests/Regression/1021/Issue1021Test.php
Expand Up @@ -2,16 +2,16 @@
class Issue1021Test extends PHPUnit_Framework_TestCase
{
/**
* @dataProvider provider
*/
* @dataProvider provider
*/
public function testSomething($data)
{
$this->assertTrue($data);
}

/**
* @depends testSomething
*/
* @depends testSomething
*/
public function testSomethingElse()
{
}
Expand Down

0 comments on commit 78f4f35

Please sign in to comment.