Remove HomeTest from code coverage - needs database

This commit is contained in:
Master Yoda 2018-05-29 14:03:22 -07:00
parent 6df1861131
commit 5a805e89c7
No known key found for this signature in database
GPG Key ID: CED549230775AD5B

View File

@ -2,6 +2,11 @@
use CodeIgniter\Test\FeatureTestCase;
/**
* This relies on a database connection
*
* @codeCoverageIgnore
*/
class HomeTest extends FeatureTestCase
{
public function testCanLoadPage()