assertEquals('AND', FieldMatch::All->toString(), 'All should have returned AND'); } public function testToStringSucceedsForAny(): void { $this->assertEquals('OR', FieldMatch::Any->toString(), 'Any should have returned OR'); } }