PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
hosting
/
api-php-lib
// Copyright 1999-2015. Parallels IP Holdings GmbH. module.exports = function(grunt) { grunt.initConfig({ phpunit: { classes: {}, options: {} }, watch: { test: { files: ['tests/*Test.php', 'src/**/*.*'], tasks: ['phpunit'] } } }); grunt.loadNpmTasks('grunt-contrib-watch'); grunt.loadNpmTasks('grunt-phpunit'); grunt.registerTask('default', ['phpunit']); };
[+]
..
[-] Gruntfile.js
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]
[+]
src
[-] phpunit.xml.dist
[edit]
[-] .gitignore
[edit]
[-] composer.json
[edit]
[-] package.json
[edit]
[+]
tests