Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

dealroadshow/data-bind-old

 
 

Repository files navigation

Static analyzer (psalm)

# Analyzing the current code, ignoring known errors from psalm-baseline.xml
./vendor/vimeo/psalm/psalm --use-baseline=psalm-baseline.xml --no-cache --no-diff

# Adding new errors to the exception list psalm-baseline.xml
./vendor/vimeo/psalm/psalm --set-baseline=psalm-baseline.xml --no-cache --no-diff

# Removing fixed errors from exception list psalm-baseline.xml
./vendor/vimeo/psalm/psalm --update-baseline --no-cache --no-diff

PHPUnit

# run phpunit test
./vendor/bin/phpunit

Packages

No packages published

Languages

  • PHP 100.0%