Skip to content

Commit

Permalink
TTK-22691 Updated composer and regenerated symfony lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfro committed Feb 14, 2020
1 parent 4c6d449 commit 158862c
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 84 deletions.
13 changes: 13 additions & 0 deletions bin/phpunit
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env php
<?php

if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php')) {
echo "Unable to find the `simple-phpunit.php` script in `vendor/symfony/phpunit-bridge/bin/`.\n";
exit(1);
}

if (false === getenv('SYMFONY_PHPUNIT_DIR')) {
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
}

require dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php';
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"phpstan": [
"vendor/bin/phpstan analyse -l 4 src"
],
"tests": "vendor/bin/phpunit",
"tests": "bin/phpunit",
"ci": [
"@lints",
"@php-cs-fixer",
Expand Down Expand Up @@ -111,11 +111,11 @@
"repositories": {
"teltekfosuserbundle": {
"type": "vcs",
"url": "git@github.com:teltek/FOSUserBundle.git"
"url": "https://github.com/teltek/FOSUserBundle.git"
},
"teltekdoctrineextensions": {
"type": "vcs",
"url": "git@github.com:teltek/DoctrineExtensions.git"
"url": "https://github.com/teltek/DoctrineExtensions.git"
}
}
}
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 158862c

Please sign in to comment.