Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save parsibox/50ba02ebffb99ac606a8d9f56fa0d56a to your computer and use it in GitHub Desktop.
Save parsibox/50ba02ebffb99ac606a8d9f56fa0d56a to your computer and use it in GitHub Desktop.
start test in php
composer init
{
"name": "ArrayUniqueTest/test-project",
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}
composer install --dev
./vendor/bin/phpunit ArrayUniqueTest.php
================
composer require --dev phpunit/phpunit ^8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment