I hereby claim:
- I am bendavies on github.
- I am bendavies (https://keybase.io/bendavies) on keybase.
- I have a public key ASArkGF0uKKkttXaSx04W9G6JuHNCPqVkNy2UyFHVBXj-go
To claim this, I am signing this object:
| #!/bin/bash | |
| set -eu | |
| mkdir -p build/logs/phpunit build/coverage | |
| split_tests=$(find tests -name '*Test.php') | |
| export PARALLEL='-j10% --joblog build/logs/parallel.log --rpl {_}\ s/\\//_/g;' | |
| phpunit_cmd='TEST_TOKEN={%} vendor/bin/phpunit --coverage-php build/coverage/coverage-{_}.cov --log-junit build/logs/phpunit/{_}.xml --colors=always {}' | |
| echo "$split_tests" | parallel "$phpunit_cmd" |
| <?php | |
| namespace App; | |
| class A | |
| { | |
| public function __construct(B $b) | |
| { | |
| } | |
| } |
| #!/usr/bin/env bash | |
| set -eu | |
| function os_is_darwin { | |
| [[ $(uname -s) == "Darwin" ]] | |
| } | |
| function file_replace_text { | |
| local -r original_text_regex="$1" |
| monolog: | |
| handlers: | |
| main: | |
| type: fingers_crossed | |
| action_level: error | |
| handler: grouped | |
| excluded_404s: | |
| # regex: exclude all 404 errors from the logs | |
| - ^/ | |
| grouped: |
| gyp info spawn /usr/bin/python2 | |
| gyp info spawn args [ '/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py', | |
| gyp info spawn args 'binding.gyp', | |
| gyp info spawn args '-f', | |
| gyp info spawn args 'make', | |
| gyp info spawn args '-I', | |
| gyp info spawn args '/srv/app/node_modules/contextify/build/config.gypi', | |
| gyp info spawn args '-I', | |
| gyp info spawn args '/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi', | |
| gyp info spawn args '-I', |
| <?php | |
| namespace Ivory\Tests\Serializer\Benchmark; | |
| use Ivory\Tests\Serializer\Benchmark\Model\Category; | |
| use Ivory\Tests\Serializer\Benchmark\Model\Comment; | |
| use Ivory\Tests\Serializer\Benchmark\Model\Forum; | |
| use Ivory\Tests\Serializer\Benchmark\Model\Thread; | |
| use Symfony\Component\Serializer\Encoder\JsonEncoder; | |
| use Symfony\Component\Serializer\Encoder\XmlEncoder; |
| <?php | |
| declare(strict_types=1); | |
| namespace App\Entity; | |
| use ApiPlatform\Core\Annotation\ApiProperty; | |
| use ApiPlatform\Core\Annotation\ApiResource; | |
| use Doctrine\ORM\Mapping as ORM; | |
| use Ramsey\Uuid\Uuid; |
| <?php | |
| /* | |
| * This file is part of the API Platform project. | |
| * | |
| * (c) Kévin Dunglas <dunglas@gmail.com> | |
| * | |
| * For the full copyright and license information, please view the LICENSE | |
| * file that was distributed with this source code. | |
| */ |
| <?php | |
| namespace Foo; | |
| $a = []; | |
| $start = microtime(true); | |
| for ($i = 0; $i <= 1000000000; $i++) { | |
| is_array($a); | |
| } |
I hereby claim:
To claim this, I am signing this object: