Ensures that entity types with bundles do not break following entity types.
public function testFieldUIRoutes() {
$this
->drupalGet('field-ui-test-no-bundle/manage/fields');
$this
->assertText('No fields are present yet.');
$this
->drupalGet('admin/structure/types/manage/article/fields');
$this
->assertTitle('Article | Drupal');
}