Skip to content

Commit bd6ecd5

Browse files
committed
Updated README & fixed tests
1 parent 89a1e2a commit bd6ecd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ This package's only purpose is to build custom repeated layout components, such
1717
- `buildUsing($callback)`
1818
- `insert($key, $attributes, $index, $id)`
1919
- serializing the flexible container's state
20-
- `serialize($resource, $attribute)`
21-
- `serializeAs($format, $resource, $attribute)`
20+
- `serialize()`
21+
- `serializeAs($format)`
2222
- `serializeUsingFormat($format)`
2323
- `serializeUsing($callback)`
2424
- get all inserted instances, and manipulate the LayoutCollection :

tests/Unit/InstanceResolvingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@
168168
});
169169

170170
expect($flexible->serialize())->toBe('foo0,bar1,foo2');
171-
})->only();
171+
});

0 commit comments

Comments
 (0)