How make fake test to work |
Hello everyone! I having a bad time trying to use the new fake testing helper.
Here is my model: PHP Code: <?php namespace App\Models; Here is my controller: PHP Code: <?php namespace App\Controllers; The result is ![]() CodeIgniter\Database\Exceptions\DataException There is no data to insert. What am I doing wrong? Thank you! |
Messages In This Thread |
How make fake test to work - by natanfelles - 07-18-2020, 02:54 PM
RE: How make fake test to work - by InsiteFX - 07-19-2020, 03:32 AM
RE: How make fake test to work - by marcogmonteiro - 07-20-2020, 01:38 AM
RE: How make fake test to work - by natanfelles - 07-20-2020, 02:17 PM
RE: How make fake test to work - by natanfelles - 07-20-2020, 05:06 PM
|