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 2
2
PHP WebDriver for Selenium 2
3
3
============================
4
4
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 ]_
6
6
7
- Distinguishing features of this fork :
7
+ Distinguishing features:
8
8
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 ]_
10
10
* *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 ]_
13
13
* includes a basic web test runner
14
14
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
-
18
15
Downloads
19
16
=========
20
17
26
23
27
24
.. [1 ] https://github.com/facebook/php-webdriver/
28
25
.. [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