enableViewsTestModule(); } /** * Tests changed field. */ public function testChangedField() { $path = 'test_user_changed'; $options = []; $this->drupalGet($path, $options); $this->assertText(t('Updated date') . ': ' . date('Y-m-d', REQUEST_TIME)); } }