Skip to content

Instantly share code, notes, and snippets.

@lahmacun
Created December 30, 2017 11:00
Show Gist options
  • Save lahmacun/39c07bbea3b144960f6c7452e79ed06b to your computer and use it in GitHub Desktop.
Save lahmacun/39c07bbea3b144960f6c7452e79ed06b to your computer and use it in GitHub Desktop.
PHPUnit Yazısı
{
"require": {
"phpunit/phpunit": "^6.5"
},
"autoload": {
"psr-4": {
"App\\": "app"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment