Skip to content

Commit 99ec077

Browse files
prisisNyholm
authored andcommitted
changed BaseTest to a abstract class (#32)
1 parent 5dfefb2 commit 99ec077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* @author Tobias Nyholm <[email protected]>
1717
*/
18-
class BaseTest extends TestCase
18+
abstract class BaseTest extends TestCase
1919
{
2020
protected function assertNotSameObject($a, $b)
2121
{

0 commit comments

Comments
 (0)