Make sure expectations work.

This commit is contained in:
James Cole
2021-03-20 15:28:44 +01:00
parent 186cbed777
commit 5df6135a0e
14 changed files with 694 additions and 747 deletions

View File

@@ -9,8 +9,8 @@ namespace Tests\Objects;
class FieldSet
{
public ?array $fields;
public string $title;
public ?array $parameters;
public string $title;
/**
* FieldSet constructor.