Skip to content

Commit

Permalink
- bismillah
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Akay committed Sep 9, 2024
1 parent 9027dc2 commit b8d0438
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/PackageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@
expect($flexyModel)->toBeInstanceOf(Shape::class)
->and(ExampleFlexyModel::getFlexyShape('test_field')->count())->toBeInt()->toBe(1);


ExampleFlexyModel::deleteFlexyShape('test_field');
expect(ExampleFlexyModel::getFlexyShape('test_field'))->toBeNull();



});

it('can set and get a flexy models flexy fields', function () {
Expand Down

0 comments on commit b8d0438

Please sign in to comment.