Skip to content

Commit a8582ec

Browse files
committed
Fix cs
1 parent 652b3d4 commit a8582ec

File tree

8 files changed

+0
-9
lines changed

8 files changed

+0
-9
lines changed

tests/Unit/Builder/SoapHeadersTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
final class SoapHeadersTest extends TestCase
1515
{
16-
1716
public function test_it_can_create_a_header_element(): void
1817
{
1918
$builder = new SoapHeaders(

tests/Unit/Locator/BodyNamespaceLocatorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
final class BodyNamespaceLocatorTest extends TestCase
1111
{
12-
1312
public function test_it_detects_nothing_on_empty_envelope(): void
1413
{
1514
$doc = Document::fromXmlFile(FIXTURE_DIR.'/empty-envelope.xml');

tests/Unit/Locator/SoapBodyLocatorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
final class SoapBodyLocatorTest extends TestCase
1212
{
13-
1413
public function test_it_detects_nothing_on_empty_envelope(): void
1514
{
1615
$doc = Document::fromXmlFile(FIXTURE_DIR.'/empty-envelope.xml');

tests/Unit/Locator/SoapEnvelopeLocatorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
final class SoapEnvelopeLocatorTest extends TestCase
1212
{
13-
1413
public function test_it_detects_envelope(): void
1514
{
1615
$doc = Document::fromXmlFile(FIXTURE_DIR.'/empty-envelope.xml');

tests/Unit/Locator/SoapHeaderLocatorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
final class SoapHeaderLocatorTest extends TestCase
1212
{
13-
1413
public function test_it_detects_nothing_on_empty_envelope(): void
1514
{
1615
$doc = Document::fromXmlFile(FIXTURE_DIR.'/empty-envelope.xml');
@@ -19,7 +18,6 @@ public function test_it_detects_nothing_on_empty_envelope(): void
1918
static::assertNull($header);
2019
}
2120

22-
2321
public function test_it_detects_header_if_it_exists(): void
2422
{
2523
$doc = Document::fromXmlFile(FIXTURE_DIR.'/empty-envelope-with-head-and-body.xml');

tests/Unit/Manipulator/PrependSoapHeadersTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
final class PrependSoapHeadersTest extends TestCase
1212
{
13-
1413
public function test_it_can_prepend_a_soap_header_on_an_envelope(): void
1514
{
1615
$doc = Document::fromXmlFile(FIXTURE_DIR.'/empty-envelope-with-body.xml');

tests/Unit/Xpath/EnvelopePresetTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
final class EnvelopePresetTest extends TestCase
1313
{
14-
1514
public function test_it_provides_a_envelope_xpath_preset(): void
1615
{
1716
$doc = Document::fromXmlFile(FIXTURE_DIR.'/envelope-with-body.xml');

tests/Unit/Xpath/WsdlPresetTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
final class WsdlPresetTest extends TestCase
1212
{
13-
1413
public function test_it_provides_a_wsdl_xpath_preset(): void
1514
{
1615
$doc = Document::fromXmlFile(FIXTURE_DIR.'/weather-ws.wsdl');

0 commit comments

Comments
 (0)