LukePOLO\LaraCart\Tests\Models\TestItem::find PHP Method

find() public method

Finds the id of this model.
public find ( $id )
$id
    public function find($id)
    {
        if ($id == 'fail') {
            return;
        }
        return Mockery::mock(new static());
    }
TestItem