Skip to content

Commit d32248f

Browse files
committed
configure test
1 parent 59aa6b5 commit d32248f

File tree

7 files changed

+5
-37
lines changed

7 files changed

+5
-37
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
composer.lock
33
vendor
44
tests/_output
5+
tests/_run/*
56

67
/.idea/

Plugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace Sfp\Psalm\PsrLogPlugin;
34

45
use SimpleXMLElement;

phpcs.xml.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
<!-- Paths to check -->
88
<file>Plugin.php</file>
9-
<file>tests</file>
10-
119

1210
<!-- inherit rules from: -->
1311
<rule ref="PSR12"/>

tests/_run/psalm.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/_run/somefile.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

tests/_support/AcceptanceTester.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace SfpTest\Psalm\PsrLogPlugin;
34

45
use Behat\Gherkin\Node\TableNode;
@@ -23,4 +24,4 @@
2324
class AcceptanceTester extends \Codeception\Actor
2425
{
2526
use _generated\AcceptanceTesterActions;
26-
}
27+
}

tests/_support/Helper/Acceptance.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace SfpTest\Psalm\PsrLogPlugin\Helper;
34

45
class Acceptance extends \Codeception\Module

0 commit comments

Comments
 (0)