Skip to content

Commit

Permalink
Adds a JavaScript driver interface.
Browse files Browse the repository at this point in the history
- Addresses minkphp#752
  • Loading branch information
jhedstrom committed Dec 6, 2017
1 parent 9ea1ceb commit 2bd1b63
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/Driver/JavascriptDriverInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php

/*
* This file is part of the Mink package.
* (c) Konstantin Kudryashov <[email protected]>
*
* 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 <[email protected]>
*/
interface JavascriptDriverInterface
{
}

0 comments on commit 2bd1b63

Please sign in to comment.