Skip to content

Commit 6ee0967

Browse files
committed
php 8.5
1 parent bc6d3e2 commit 6ee0967

File tree

7 files changed

+0
-14
lines changed

7 files changed

+0
-14
lines changed

tests/SpameriTests/ElasticQuery/Query/ElasticMatch.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ class ElasticMatch extends \Tester\TestCase
8080
$result = $resultMapper->map(\json_decode($response, TRUE));
8181
\Tester\Assert::type('int', $result->stats()->total());
8282
});
83-
84-
curl_close($ch);
8583
}
8684

8785

tests/SpameriTests/ElasticQuery/Query/Fuzzy.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ class Fuzzy extends \Tester\TestCase
7676
$result = $resultMapper->map(\json_decode($response, TRUE));
7777
\Tester\Assert::type('int', $result->stats()->total());
7878
});
79-
80-
curl_close($ch);
8179
}
8280

8381

tests/SpameriTests/ElasticQuery/Query/MatchPhrase.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ class MatchPhrase extends \Tester\TestCase
7474
$result = $resultMapper->map(\json_decode($response, TRUE));
7575
\Tester\Assert::type('int', $result->stats()->total());
7676
});
77-
78-
curl_close($ch);
7977
}
8078

8179

tests/SpameriTests/ElasticQuery/Query/Range.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ class Range extends \Tester\TestCase
7272
$result = $resultMapper->map(\json_decode($response, TRUE));
7373
\Tester\Assert::type('int', $result->stats()->total());
7474
});
75-
76-
curl_close($ch);
7775
}
7876

7977

tests/SpameriTests/ElasticQuery/Query/Term.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ class Term extends \Tester\TestCase
7070
$result = $resultMapper->map(\json_decode($response, TRUE));
7171
\Tester\Assert::type('int', $result->stats()->total());
7272
});
73-
74-
curl_close($ch);
7573
}
7674

7775

tests/SpameriTests/ElasticQuery/Query/Terms.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ class Terms extends \Tester\TestCase
6969
$result = $resultMapper->map(\json_decode($response, TRUE));
7070
\Tester\Assert::type('int', $result->stats()->total());
7171
});
72-
73-
curl_close($ch);
7472
}
7573

7674

tests/SpameriTests/ElasticQuery/Query/WildCard.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ class WildCard extends \Tester\TestCase
7373
$result = $resultMapper->map(\json_decode($response, true));
7474
\Tester\Assert::type('int', $result->stats()->total());
7575
});
76-
77-
curl_close($ch);
7876
}
7977

8078

0 commit comments

Comments
 (0)