File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,6 @@ public function it_returns_null_or_an_empty_array_if_no_locale_exists()
6767
6868 $ this ->assertNull ($ browser ->getLocale ());
6969 $ this ->assertEquals ([], $ browser ->getLocales ());
70- $ this ->assertEquals ([], $ browser ->getLocales ('locale ' ));
71- $ this ->assertEquals ([], $ browser ->getLocales ('language ' ));
72- $ this ->assertEquals ([], $ browser ->getLocales ('country ' ));
73- $ this ->assertEquals ([], $ browser ->getLocales ('weight ' ));
7470 }
7571
7672 /** @test */
@@ -80,10 +76,6 @@ public function it_returns_null_or_an_empty_array_if_null_is_passed_in()
8076
8177 $ this ->assertNull ($ browser ->getLocale ());
8278 $ this ->assertEquals ([], $ browser ->getLocales ());
83- $ this ->assertEquals ([], $ browser ->getLocales ('locale ' ));
84- $ this ->assertEquals ([], $ browser ->getLocales ('language ' ));
85- $ this ->assertEquals ([], $ browser ->getLocales ('country ' ));
86- $ this ->assertEquals ([], $ browser ->getLocales ('weight ' ));
8779 }
8880
8981 /** @test */
You can’t perform that action at this time.
0 commit comments