đã tạo được test case của createUser
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace Facebook\WebDriver;
|
||||
|
||||
use Facebook\WebDriver\Remote\WebDriverCommand;
|
||||
use Facebook\WebDriver\Remote\WebDriverResponse;
|
||||
|
||||
/**
|
||||
* Interface for all command executor.
|
||||
*/
|
||||
interface WebDriverCommandExecutor
|
||||
{
|
||||
/**
|
||||
* @return WebDriverResponse
|
||||
*/
|
||||
public function execute(WebDriverCommand $command);
|
||||
}
|
||||
Reference in New Issue
Block a user