2017 © Pedro Peláez
 

library contao-build-tools

Development toolset for Contao extension developing

image

netzmacht/contao-build-tools

Development toolset for Contao extension developing

  • Monday, January 26, 2015
  • by netzmacht
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,251 Installations
  • PHP
  • 39 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Netzmacht Contao Build Tools

This extension provides build tools used in Netzmacht development projects. Do not use this package in production environment., (*1)

It's main goal it to make development/testing possible/easier with Contao. It provides:, (*2)

  • 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"
    }
}

The Versions