createOne(); $this->assertIsString($page->getName()); }); test('has subtitle', function () { $page = Page::factory()->createOne(); $this->assertIsString($page->getSubtitle()); });