netzmacht/contao-build-tools

This package is abandoned and no longer maintained. The author suggests using the phpcq/all-tasks package instead.

Development toolset for Contao extension developing

1.1.0 2015-01-26 10:57 UTC

This package is auto-updated.

Last update: 2022-02-01 12:40:40 UTC


README

This extension provides build tools used in Netzmacht development projects. Do not use this package in production environment.

It's main goal it to make development/testing possible/easier with Contao. It provides:

  • A replacement of the Contao class loader which loads the Contao classes from the vendor/contao/core directory. This is useful so that the Contao classes can be used for mocks using phpspec
  • A phpspec task for the CCABS
  • netzmacht.main.xml to extend the default build process. It includes the phpspec task compared to the cca/build-system-all-tasks. It's also used to ensure that the build process won't fail because of changes in the upstream ccabs.main.xml

Installation

{
    "require-dev": {
        "netzmacht/contao-build-tools": "1.0.x-dev"
    }
}