-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor class namespaces (Change from PSR0 to PSR4) #443
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ensions\Selenium2TestCase
…Extensions\SeleniumBrowserSuite
…ensions\SeleniumTestSuite
…Unit\Extensions\Selenium2TestCase\Command
…R4 \PHPUnit\Extensions\Selenium2TestCase\CommandsHolder
…nit\Extensions\Selenium2TestCase\Driver
…Unit\Extensions\Selenium2TestCase\Element
…SR4 \PHPUnit\Extensions\Selenium2TestCase\ElementCriteria
…HPUnit\Extensions\Selenium2TestCase\Exception
…t\Extensions\Selenium2TestCase\Keys
…PHPUnit\Extensions\Selenium2TestCase\KeysHolder
…to PSR4 \PHPUnit\Extensions\Selenium2TestCase\NoSeleniumException
…PUnit\Extensions\Selenium2TestCase\Response
…o PSR4 \PHPUnit\Extensions\Selenium2TestCase\ScreenshotListener
…Unit\Extensions\Selenium2TestCase\Session
…SR4 \PHPUnit\Extensions\Selenium2TestCase\SessionStrategy
… \PHPUnit\Extensions\Selenium2TestCase\StateCommand
…\Extensions\Selenium2TestCase\URL
…HPUnit\Extensions\Selenium2TestCase\WaitUntil
…to PSR4 \PHPUnit\Extensions\Selenium2TestCase\ElementCommand\Rect
… to PSR4 \PHPUnit\Extensions\Selenium2TestCase\ElementCommand\Value
…R4 \PHPUnit\Extensions\Selenium2TestCase\Session\Cookie
…SR4 \PHPUnit\Extensions\Selenium2TestCase\Session\Storage
…PSR4 \PHPUnit\Extensions\Selenium2TestCase\Session\Timeouts
…er to PSR4 \PHPUnit\Extensions\Selenium2TestCase\Session\Cookie\Builder
…nd_AcceptAlert to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\AcceptAlert
…nd_Active to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\Active
…nd_AlertText to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\AlertText
…nd_Click to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\Click
…nd_DismissAlert to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\DismissAlert
…nd_File to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\File
…nd_Frame to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\Frame
…nd_GenericAccessor to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\GenericAccessor
…nd_GenericAttribute to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\GenericAttribute
…nd_Keys to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\Keys
…nd_Location to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\Location
…nd_Log to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\Log
…nd_MoveTo to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\MoveTo
…nd_Orientation to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\Orientation
…nd_Url to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\Url
…nd_Window to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionCommand\Window
…ated to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionStrategy\Isolated
…ed to PSR4 \PHPUnit\Extensions\Selenium2TestCase\SessionStrategy\Shared
…PUnit\Extensions\SeleniumCommon\ExitHandler
…\PHPUnit\Extensions\SeleniumCommon\RemoteCoverage
thewunder
approved these changes
Jan 7, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There is proposal to change PSR0 to PSR4.
Pull request is rebased onto #441 because master env doesn't work.