Skip to content

Commit

Permalink
unit tests wrong namespace deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanCoh committed Aug 3, 2015
1 parent 6b4ed44 commit c90b3a9
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions tests/unit/WebDriverButtonReleaseActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

namespace Facebook\WebDriver;

use Facebook\WebDriver\Interactions\Internal\WebDriverButtonReleaseAction;

class WebDriverButtonReleaseActionTest extends \PHPUnit_Framework_TestCase {
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/WebDriverClickActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

namespace Facebook\WebDriver;

use Facebook\WebDriver\Interactions\Internal\WebDriverClickAction;

class WebDriverClickActionTest extends \PHPUnit_Framework_TestCase {
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/WebDriverClickAndHoldActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

namespace Facebook\WebDriver;

use Facebook\WebDriver\Interactions\Internal\WebDriverClickAndHoldAction;

class WebDriverClickAndHoldActionTest extends \PHPUnit_Framework_TestCase {
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/WebDriverContextClickActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

namespace Facebook\WebDriver;

use Facebook\WebDriver\Interactions\Internal\WebDriverContextClickAction;

class WebDriverContextClickActionTest extends \PHPUnit_Framework_TestCase {
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/WebDriverCoordinatesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

namespace Facebook\WebDriver;

use Facebook\WebDriver\Interactions\Internal\WebDriverCoordinates;

class WebDriverCoordinatesTest extends \PHPUnit_Framework_TestCase {
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/WebDriverDoubleClickActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

namespace Facebook\WebDriver;

use Facebook\WebDriver\Interactions\Internal\WebDriverDoubleClickAction;

class WebDriverDoubleClickActionTest extends \PHPUnit_Framework_TestCase {
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/WebDriverKeyDownActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

namespace Facebook\WebDriver;

use Facebook\WebDriver\Interactions\Internal\WebDriverKeyDownAction;

class WebDriverKeyDownActionTest extends \PHPUnit_Framework_TestCase {
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/WebDriverKeyUpActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

namespace Facebook\WebDriver;

use Facebook\WebDriver\Interactions\Internal\WebDriverKeyUpAction;

class WebDriverKeyUpActionTest extends \PHPUnit_Framework_TestCase {
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/WebDriverMouseMoveActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

namespace Facebook\WebDriver;

use Facebook\WebDriver\Interactions\Internal\WebDriverMouseMoveAction;

class WebDriverMouseMoveActionTest extends \PHPUnit_Framework_TestCase {
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/WebDriverMouseToOffsetActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

namespace Facebook\WebDriver;

use Facebook\WebDriver\Interactions\Internal\WebDriverMoveToOffsetAction;

class WebDriverMouseToOffsetActionTest extends \PHPUnit_Framework_TestCase {
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/WebDriverSendKeysActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

namespace Facebook\WebDriver;

use Facebook\WebDriver\Interactions\Internal\WebDriverSendKeysAction;

class WebDriverSendKeysActionTest extends \PHPUnit_Framework_TestCase {
Expand Down

0 comments on commit c90b3a9

Please sign in to comment.