File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 22PHP WebDriver for Selenium 2
33============================
44
5- This fork is based on Facebook's original php-webdriver project by Justin Bishop (now being re-written) . [1 ]_
5+ This WebDriver client implementation is based on Facebook's php-webdriver project by Justin Bishop. [1 ]_
66
7- Distinguishing features of this fork :
7+ Distinguishing features:
88
9- * Up-to-date with Selenium 2 JSON Wire Protocol [ 2 ]_ (including WebDriver commands yet to be documented)
9+ * Up-to-date with Selenium 2 JSON Wire Protocol (including WebDriver commands yet to be documented) [ 2 ]_
1010* *master * branch where class names and file organization follows PSR-0 conventions for php 5.3+ namespaces
11- * coding style follows Symfony2 coding standard
12- * auto-generate API documentation via phpDocumentor 2.x [3 ]_
11+ * coding style follows PSR-1, PSR-2, and Symfony2 conventions [ 3 ]_
12+ * auto-generate API documentation via phpDocumentor 2.x [4 ]_
1313* includes a basic web test runner
1414
15- The *5.2.x * branch (no longer maintained) features class names and file re-organization that follows PEAR/ZF1
16- conventions. Bug fixes and enhancements from the master branch likely won't be backported.
17-
1815Downloads
1916=========
2017
2623
2724.. [1 ] https://github.com/facebook/php-webdriver/
2825 .. [2 ] http://code.google.com/p/selenium/wiki/JsonWireProtocol
29- .. [3 ] http://phpdoc.org/
26+ .. [3 ] the *5.2.x * branch (no longer maintained) features class names and file re-organization that follows PEAR/ZF1 conventions. Bug fixes and enhancements from the master branch likely won't be backported.
27+ .. [4 ] http://phpdoc.org/
28+
You can’t perform that action at this time.
0 commit comments