mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Remove HomeTest from code coverage - needs database
This commit is contained in:
parent
6df1861131
commit
5a805e89c7
@ -2,6 +2,11 @@
|
||||
|
||||
use CodeIgniter\Test\FeatureTestCase;
|
||||
|
||||
/**
|
||||
* This relies on a database connection
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class HomeTest extends FeatureTestCase
|
||||
{
|
||||
public function testCanLoadPage()
|
||||
|
Loading…
x
Reference in New Issue
Block a user