| Current Path : /home/rtorresani/www/vendor/codeception/codeception/src/Codeception/Test/Interfaces/ |
| Current File : //home/rtorresani/www/vendor/codeception/codeception/src/Codeception/Test/Interfaces/Plain.php |
<?php
namespace Codeception\Test\Interfaces;
/**
* TestCases that do not follow OOP
*/
interface Plain
{
}