public function testTextWillReturnMappingObject()
 {
     $this->assertInstanceOf(Mapping::class, Article::text());
 }