PHP Classes

File: .vscode/tasks.json

Recommend this page to a friend!
  Classes of Aleksey   PHP MVC Project   .vscode/tasks.json   Download  
File: .vscode/tasks.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MVC Project
Framework that implements the MVC design pattern
Author: By
Last change:
Date: 5 years ago
Size: 338 bytes
 

Contents

Class file image Download
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "Test", "type": "shell", "command": "vendor/bin/phpunit --bootstrap tests/autoload.php tests --colors always" } ] }