Skip to content

Commit 0dcdda5

Browse files
committed
naming fixes
1 parent 21daf09 commit 0dcdda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/RedditTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function test_subreddit_limit()
5555
);
5656
}
5757

58-
public function testAfter()
58+
public function test_after()
5959
{
6060
$this->api->after('123');
6161

@@ -64,7 +64,7 @@ public function testAfter()
6464
);
6565
}
6666

67-
public function testBefore()
67+
public function test_before()
6868
{
6969
$this->api->before('111');
7070

0 commit comments

Comments
 (0)