File tree Expand file tree Collapse file tree 7 files changed +0
-14
lines changed
tests/SpameriTests/ElasticQuery/Query Expand file tree Collapse file tree 7 files changed +0
-14
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments