Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit fe1bbbc

Browse files
committed
Merge pull request #243 from EvanCoh/community
unit tests wrong namespace deletion
2 parents bb0fc1b + c90b3a9 commit fe1bbbc

11 files changed

+0
-22
lines changed

tests/unit/WebDriverButtonReleaseActionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16-
namespace Facebook\WebDriver;
17-
1816
use Facebook\WebDriver\Interactions\Internal\WebDriverButtonReleaseAction;
1917

2018
class WebDriverButtonReleaseActionTest extends \PHPUnit_Framework_TestCase {

tests/unit/WebDriverClickActionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16-
namespace Facebook\WebDriver;
17-
1816
use Facebook\WebDriver\Interactions\Internal\WebDriverClickAction;
1917

2018
class WebDriverClickActionTest extends \PHPUnit_Framework_TestCase {

tests/unit/WebDriverClickAndHoldActionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16-
namespace Facebook\WebDriver;
17-
1816
use Facebook\WebDriver\Interactions\Internal\WebDriverClickAndHoldAction;
1917

2018
class WebDriverClickAndHoldActionTest extends \PHPUnit_Framework_TestCase {

tests/unit/WebDriverContextClickActionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16-
namespace Facebook\WebDriver;
17-
1816
use Facebook\WebDriver\Interactions\Internal\WebDriverContextClickAction;
1917

2018
class WebDriverContextClickActionTest extends \PHPUnit_Framework_TestCase {

tests/unit/WebDriverCoordinatesTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16-
namespace Facebook\WebDriver;
17-
1816
use Facebook\WebDriver\Interactions\Internal\WebDriverCoordinates;
1917

2018
class WebDriverCoordinatesTest extends \PHPUnit_Framework_TestCase {

tests/unit/WebDriverDoubleClickActionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16-
namespace Facebook\WebDriver;
17-
1816
use Facebook\WebDriver\Interactions\Internal\WebDriverDoubleClickAction;
1917

2018
class WebDriverDoubleClickActionTest extends \PHPUnit_Framework_TestCase {

tests/unit/WebDriverKeyDownActionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16-
namespace Facebook\WebDriver;
17-
1816
use Facebook\WebDriver\Interactions\Internal\WebDriverKeyDownAction;
1917

2018
class WebDriverKeyDownActionTest extends \PHPUnit_Framework_TestCase {

tests/unit/WebDriverKeyUpActionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16-
namespace Facebook\WebDriver;
17-
1816
use Facebook\WebDriver\Interactions\Internal\WebDriverKeyUpAction;
1917

2018
class WebDriverKeyUpActionTest extends \PHPUnit_Framework_TestCase {

tests/unit/WebDriverMouseMoveActionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16-
namespace Facebook\WebDriver;
17-
1816
use Facebook\WebDriver\Interactions\Internal\WebDriverMouseMoveAction;
1917

2018
class WebDriverMouseMoveActionTest extends \PHPUnit_Framework_TestCase {

tests/unit/WebDriverMouseToOffsetActionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16-
namespace Facebook\WebDriver;
17-
1816
use Facebook\WebDriver\Interactions\Internal\WebDriverMoveToOffsetAction;
1917

2018
class WebDriverMouseToOffsetActionTest extends \PHPUnit_Framework_TestCase {

0 commit comments

Comments
 (0)