Skip to content

Commit

Permalink
Fix for camel caps unit test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
araichyk committed Apr 30, 2024
1 parent ed06228 commit f9c2b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Marketplace/tests/Unit/PluginsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PluginsTest extends \PHPUnit\Framework\TestCase
/**
* @dataProvider getNumberOfDownloadsData
*/
public function test_prettifyNumberOfDownloads($numDownloads, $expectedPrettyDownloads)
public function testPrettifyNumberOfDownloads($numDownloads, $expectedPrettyDownloads)
{
$pluginsClass = new Plugins(
$this->createMock('Piwik\Plugins\Marketplace\Api\Client'),
Expand Down

0 comments on commit f9c2b04

Please sign in to comment.