PHP Classes

File: .scrutinizer.yml

Recommend this page to a friend!
  Classes of Vitalij Mik   PHP AStar Algorithm   .scrutinizer.yml   Download  
File: .scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP AStar Algorithm
Find the path between two points in a grid with A*
Author: By
Last change:
Date: 6 years ago
Size: 297 bytes
 

Contents

Class file image Download
build: environment: php: '7.0.8' tests: override: - command: 'php tools/phpunit.phar test --coverage-clover=coverage.xml --whitelist=src' coverage: file: 'coverage.xml' format: 'php-clover'