We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d293eeb commit fdb7477Copy full SHA for fdb7477
tests/AbleStoreNonBackedEnumTest.php
@@ -8,7 +8,7 @@
8
9
afterEach(fn() => Activity::query()->latest()->first()->delete());
10
11
-it('can store non backed only a property', function () {
+it('can store non-backed enum only a property', function () {
12
$description = 'ROLE LOG';
13
14
activity()
@@ -21,7 +21,7 @@
21
->and($latestActivity->properties['role'])->toEqual('User');
22
});
23
24
-it('can store non backed with properties', function () {
+it('can store non-backed enum with properties', function () {
25
26
27
0 commit comments