Start testing new rule actions.

This commit is contained in:
James Cole
2020-08-23 07:42:14 +02:00
parent d89a4d8a54
commit 6e074d9b8b
34 changed files with 608 additions and 246 deletions

View File

@@ -73,6 +73,7 @@ class AttachmentFactoryTest extends TestCase
$this->assertEquals($data['title'], $result->title);
$this->assertEquals(1, $result->notes()->count());
$result->forceDelete();
}
@@ -104,6 +105,8 @@ class AttachmentFactoryTest extends TestCase
$this->assertEquals(1, $result->notes()->count());
$this->assertEquals($journal->id, $result->attachable_id);
$result->forceDelete();
}
}