Skip to content

feat: add UserModel::createNewUser() and RegisterController uses it #2209

feat: add UserModel::createNewUser() and RegisterController uses it

feat: add UserModel::createNewUser() and RegisterController uses it #2209

Workflow file for this run

name: PHPUnit
on:
pull_request:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'phpunit*'
- '.github/workflows/phpunit.yml'
push:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'phpunit*'
- '.github/workflows/phpunit.yml'
jobs:
phpunit:
uses: codeigniter4/.github/.github/workflows/phpunit.yml@main