Welcome Guest, Not a member yet? Register   Sign In
How make fake test to work
#4

OK. Seems like it do not works with custom Entities.

Here is the Entity:

PHP Code:
<?php namespace App\Models;

use 
CodeIgniter\Entity;

class 
User extends Entity
{
    protected 
$id;
    protected 
$name;
    protected 
$email;
    protected 
$password;



Now my question is: is this the expected behavior?

Thank you!
Reply


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 natanfelles - 07-20-2020, 02:17 PM
RE: How make fake test to work - by natanfelles - 07-20-2020, 05:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB