Skip to content

Commit

Permalink
Merge pull request #243 from EvanCoh/community
Browse files Browse the repository at this point in the history
unit tests wrong namespace deletion
  • Loading branch information
gfosco committed Aug 12, 2015
2 parents bb0fc1b + c90b3a9 commit fe1bbbc
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
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
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
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
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
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
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
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
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
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
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
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 fe1bbbc

Please sign in to comment.