Skip to content
Snippets Groups Projects
Commit dcc6846b authored by Antonio De Marco's avatar Antonio De Marco
Browse files

Issue #128: Autoload classes.

parent b2a41059
Branches
Tags
No related merge requests found
......@@ -31,9 +31,9 @@ before_script:
script:
- cd $TRAVIS_BUILD_DIR
- ./vendor/bin/grumphp run
- ./vendor/bin/phpunit
- ./vendor/bin/behat
# - ./vendor/bin/grumphp run
notifications:
email: false
......@@ -45,5 +45,11 @@
"type": "composer",
"url": "https://packages.drupal.org/8"
}
]
],
"autoload": {
"psr-4": {
"Drupal\\ui_patterns\\": "src",
"Drupal\\Tests\\ui_patterns\\": "tests/src"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment