Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Firehed/arctools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcanist Tools

This library is designed to make it really easy to plug Arcanist and Libphutil into an existing Composer-based project.

Usage

In your project's root directory, edit the .arcconfig file (or create one if it does not already exist) and add the following values:

{
    "unit.engine": "Firehed\\Arctools\\Unit\\PHPUnitTestEngine",
    "load": [
        "vendor/firehed/arctools/src"
    ]
}

Additional Configuration

  • "phpunit.config": "relative/path/to/phpunit.xml"
  • "phpunit.source_directory": "path/to/source",
  • "phpunit.test_directory": "path/to/tests",
  • Test suffix (future)

About

Easily integrate Arcanist tooling to your Composer-based project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages