Skip to content

Commit df20acc

Browse files
committed
Replacing underscores(_) with slash(\) for classes.
1 parent 4bc8292 commit df20acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BrowserStackTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'vendor/autoload.php';
44
require 'lib/globals.php';
55

6-
class BrowserStackTest extends PHPUnit_Framework_TestCase
6+
class BrowserStackTest extends PHPUnit\Framework\TestCase
77
{
88
protected static $driver;
99
protected static $bs_local;

0 commit comments

Comments
 (0)