예제 #1
0
 public function testIsDefaultLanguageExpectFalse()
 {
     $attributes = ['title' => 'Foo', 'content' => 'Foo Content', '__lang_id__' => 2, 'content_id' => 1];
     $new = $this->contentLang->create($attributes);
     $this->assertFalse($new->isDefaultLanguage());
 }