示例#1
0
 public function test_translated_scope_returns_records_with_at_least_one_translation()
 {
     $translatedCountries = Country::translated()->get();
     $this->assertEquals($translatedCountries->count(), 2);
 }