diff --git a/src/Driver/JavascriptDriverInterface.php b/src/Driver/JavascriptDriverInterface.php new file mode 100644 index 000000000..0dfd269f6 --- /dev/null +++ b/src/Driver/JavascriptDriverInterface.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Behat\Mink\Driver; + +/** + * Driver interface for drivers that support JavaScript. + * + * @author Konstantin Kudryashov + */ +interface JavascriptDriverInterface +{ +}