Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 21, 2022
1 parent 34191d3 commit b9ebf74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/framework/tests/Feature/PublicationFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public function test_can_encode_field_with_tag_group_as_json()
$this->assertSame('{"type":"string","name":"test","tagGroup":"foo"}', json_encode(new PublicationField('string', 'test', 'foo')));
}


public function test_can_construct_type_using_enum_case()
{
$field1 = new PublicationField(PublicationFieldTypes::String, 'test');
Expand Down

0 comments on commit b9ebf74

Please sign in to comment.