mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:34:03 +00:00
Refactor tests to use pest() helper
This commit is contained in:
parent
05f2a828a1
commit
f9c9d8615f
26 changed files with 128 additions and 127 deletions
|
|
@ -50,7 +50,7 @@ test('id is generated when no id is supplied', function () {
|
|||
|
||||
$tenant = Tenant::create();
|
||||
|
||||
$this->assertNotNull($tenant->id);
|
||||
pest()->assertNotNull($tenant->id);
|
||||
});
|
||||
|
||||
test('autoincrement ids are supported', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue