X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Finstaclick%2Fphp-webdriver%2Flib%2FWebDriver%2FLog.php;fp=vendor%2Finstaclick%2Fphp-webdriver%2Flib%2FWebDriver%2FLog.php;h=25b71365fe9deec4f7c720b670a24a1ab015d87e;hp=0000000000000000000000000000000000000000;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68 diff --git a/vendor/instaclick/php-webdriver/lib/WebDriver/Log.php b/vendor/instaclick/php-webdriver/lib/WebDriver/Log.php new file mode 100644 index 000000000..25b71365f --- /dev/null +++ b/vendor/instaclick/php-webdriver/lib/WebDriver/Log.php @@ -0,0 +1,42 @@ + + */ + +namespace WebDriver; + +/** + * WebDriver\Log class + * + * @package WebDriver + * + * @method array types() Get available log types. + */ +final class Log extends AbstractWebDriver +{ + /** + * {@inheritdoc} + */ + protected function methods() + { + return array( + 'types' => array('GET'), + ); + } +}