codeigniter4 / shield

Authentication and Authorization for CodeIgniter 4
https://shield.codeigniter.com
MIT License
366 stars 133 forks source link

fix: test case helper missing auth #382

Closed jlopes90 closed 2 years ago

jlopes90 commented 2 years ago

https://github.com/codeigniter4/shield/blob/c48cb81bd80762e0133d1ba53f50e16ab99c1f6e/tests/_support/TestCase.php#L28

imagem

to

helper(['auth', 'setting']);

imagem

To confirm that it is correct?

kenjis commented 2 years ago

Run composer update.

kenjis commented 2 years ago

@jlopes90 See #368 Now we don't need to load auth_helper and email_helper, because Composer autoloads them.