Skip to content

Commit

Permalink
LDP-606: Add path_alias to classpath.
Browse files Browse the repository at this point in the history
  • Loading branch information
Petar authored and fago committed Jan 5, 2021
1 parent 4c13946 commit 11c1a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

$classLoader = new ClassLoader();
$classLoader->addPsr4("Drupal\\file\\", __DIR__ . '/../vendor/drupal/core/modules/file/src');
$classLoader->addPsr4("Drupal\\path_alias\\", __DIR__ . '/../vendor/drupal/core/modules/path_alias/src');
$classLoader->addPsr4("Drupal\\user\\", __DIR__ . '/../vendor/drupal/core/modules/user/src');
$classLoader->addPsr4("Drupal\\pathauto\\", __DIR__ . '/../vendor/drupal/pathauto/src');
$classLoader->register();

0 comments on commit 11c1a52

Please sign in to comment.