init
This commit is contained in:
13
vendor/codeception/base/src/Codeception/TestInterface.php
vendored
Normal file
13
vendor/codeception/base/src/Codeception/TestInterface.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Codeception;
|
||||
|
||||
use Codeception\Test\Metadata;
|
||||
|
||||
interface TestInterface extends \PHPUnit\Framework\Test
|
||||
{
|
||||
/**
|
||||
* @return Metadata
|
||||
*/
|
||||
public function getMetadata();
|
||||
}
|
||||
Reference in New Issue
Block a user