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 8a8d2a5 commit a739e1dCopy full SHA for a739e1d
composer.json
@@ -16,7 +16,7 @@
16
"authors": [
17
{
18
"name": "Gerwin",
19
- "email": "gerwin@example.com",
+ "email": "iamgerwin@live.com",
20
"role": "Developer"
21
}
22
],
tests/ArchTest.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+declare(strict_types=1);
4
+
5
namespace Iamgerwin\GsmModem\Tests;
6
7
arch('it will not use debugging functions')
tests/ExampleTest.php
it('can test', function () {
tests/Pest.php
@@ -1,5 +1,5 @@
-use VendorName\Skeleton\Tests\TestCase;
+use Iamgerwin\GsmModem\Tests\TestCase;
uses(TestCase::class)->in(__DIR__);
0 commit comments