Skip to content

Commit 96ea6df

Browse files
author
Recca Tsai
committed
snakecase
1 parent 89a90db commit 96ea6df

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tests/FileAPITest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function tearDown()
1212
m::close();
1313
}
1414

15-
public function testRequestHasName()
15+
public function test_request_has_name()
1616
{
1717
/*
1818
|------------------------------------------------------------
@@ -42,7 +42,7 @@ public function testRequestHasName()
4242
$this->assertSame($originalName, 'foo.jpg');
4343
}
4444

45-
public function testApi()
45+
public function test_api()
4646
{
4747
/*
4848
|------------------------------------------------------------

tests/ManagerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function tearDown()
1414
m::close();
1515
}
1616

17-
public function testFileAPI()
17+
public function test_fileapi()
1818
{
1919
/*
2020
|------------------------------------------------------------
@@ -44,7 +44,7 @@ public function testFileAPI()
4444
$manager->driver();
4545
}
4646

47-
public function testPlupload()
47+
public function test_plupload()
4848
{
4949
/*
5050
|------------------------------------------------------------

tests/PluploadTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function tearDown()
1212
m::close();
1313
}
1414

15-
public function testApi()
15+
public function test_api()
1616
{
1717
/*
1818
|------------------------------------------------------------

tests/ServiceProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function tearDown()
1111
m::close();
1212
}
1313

14-
public function testServiceProvider()
14+
public function test_service_provider()
1515
{
1616
/*
1717
|------------------------------------------------------------

0 commit comments

Comments
 (0)