Gizra / generator-hedley

Scaffold a headless Drupal backend, Angular app client, and Behat tests
http://www.gizra.com/content/yo-hedley
98 stars 20 forks source link

Add CTools patch #117

Open amitaibu opened 7 years ago

amitaibu commented 7 years ago

projects[ctools][patch][] = "https://www.drupal.org/files/issues/2067997-reload-plugins-class-7.patch"

This will fix issues when trying to write tests that have the $profile set

/**
 * FooCrud tests.
 */
class FooCrud extends DrupalWebTestCase {

  /**
   * The profile name.
   *
   * @var string
   */
  protected $profile = 'skeleton';