Skip to content

Commit 29372f5

Browse files
author
Adam Soos
committed
WS-3224: update record-similarity tests
1 parent 32db1ce commit 29372f5

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

spec/rosette/api/RecordSimilarityParametersSpec.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@ public function it_passes_validation($fields, $properties, $records)
1414
$this->shouldNotThrow(RosetteConstants::$RosetteExceptionFullClassName)->duringValidate();
1515
}
1616

17-
public function it_has_fields_undefined($fields, $properties, $records)
18-
{
19-
$this->beConstructedWith((array)null, (array)$properties, (array)$records);
20-
$this->shouldThrow(RosetteConstants::$RosetteExceptionFullClassName)->duringValidate();
21-
}
22-
23-
public function it_has_properties_undefined($fields, $properties, $records)
24-
{
25-
$this->beConstructedWith((array)$fields, (array)null, (array)$records);
26-
$this->shouldThrow(RosetteConstants::$RosetteExceptionFullClassName)->duringValidate();
27-
}
28-
2917
public function it_has_records_undefined($fields, $properties, $records)
3018
{
3119
$this->beConstructedWith((array)$fields, (array)$properties, (array)null);

0 commit comments

Comments
 (0)