Skip to content

Instantly share code, notes, and snippets.

@luiscborbon
luiscborbon / build.yml
Created May 29, 2017 04:26
Sample Phing build.yml
---
project:
_name: "Phing Build Tests"
_default: "phpunit"
_basedir: "."
# Global Properties
properties:
- _name: tests.dir
_value: "./tests"