Skip to content

Commit 70dc189

Browse files
committed
Update and rename teststatistics.php to Teststatistics.php
1 parent b47da79 commit 70dc189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/teststatistics.php renamed to src/Teststatistics.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Codeception\Event\TestEvent;
1616
use Codeception\Event\StepEvent;
1717

18-
class Testatistics extends \Codeception\Platform\Extension
18+
class Teststatistics extends \Codeception\Platform\Extension
1919
{
2020
/**
2121
* Maximum time in second allowed for a step to be performant
@@ -126,4 +126,4 @@ public function afterSuite(SuiteEvent $e)
126126
}
127127
}
128128
}
129-
}
129+
}

0 commit comments

Comments
 (0)