![]() |
My first test.... - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: My first test.... (/showthread.php?tid=89260) |
My first test.... - trunky - 01-31-2024 I was going to write my first test ever and failed already... from the docs I found this piece and saved it at tests/app/Libraries/fooTest.php PHP Code: <?php Code: There was 1 error: RE: My first test.... - kenjis - 01-31-2024 Quote:Feature testing requires that all of your test classes use the CodeIgniter\Test\DatabaseTestTrait and CodeIgniter\Test\FeatureTestTrait traits. |