Skip to content
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
edno committed Jul 31, 2016
1 parent 8aa2a37 commit 0dd344f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DataProvider.php
Expand Up @@ -18,9 +18,9 @@ class DataProvider extends \Codeception\Platform\Extension
'suite.before' => 'before'
);

public function before(\Codeception\Event\SuiteEvent $e)
public function before(\Codeception\Event\SuiteEvent $se)
{
$suite = $e->getSuite();
$suite = $se->getSuite();
$tests = $suite->tests();
foreach ($tests as $id => $test) {
if (get_class($test) == 'Codeception\Test\Cest') {
Expand Down

0 comments on commit 0dd344f

Please sign in to comment.