Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 05fd1e0

Browse files
authoredJul 16, 2018
Merge pull request #11 from raghuhit/master
Replacing underscores(_) with slash(\) for classes.
2 parents 964a205 + df20acc commit 05fd1e0

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)
Please sign in to comment.