We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed44a9b commit e581a32Copy full SHA for e581a32
tests/end-to-end/regression/5164/Issue5164Test.php
@@ -1,4 +1,12 @@
1
<?php declare(strict_types=1);
2
+/*
3
+ * This file is part of PHPUnit.
4
+ *
5
+ * (c) Sebastian Bergmann <sebastian@phpunit.de>
6
7
+ * For the full copyright and license information, please view the LICENSE
8
+ * file that was distributed with this source code.
9
+ */
10
use PHPUnit\Framework\TestCase;
11
12
final class Issue5164Test extends TestCase
0 commit comments