diff --git a/tests/Valitron/StaticVsInstanceTest.php b/tests/Valitron/StaticVsInstanceTest.php new file mode 100644 index 0000000..17d5d8a --- /dev/null +++ b/tests/Valitron/StaticVsInstanceTest.php @@ -0,0 +1,13 @@ +assertEquals('ar', Validator::lang(), + 'lang defined statically should not be override by instance lang'); + } +}