Skip to content

Commit 76f1e23

Browse files
committed
Merge pull request php-vcr#17 from php-vcr/move-soap-client-test
Fixed: Moves SoapClient from Storage namespace to VCR/Util.
2 parents 9d2a89f + d5ae68f commit 76f1e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/VCR/Storage/Util/SoapClientTest.php renamed to tests/VCR/Util/SoapClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace VCR\Storage\Util;
3+
namespace VCR\Util;
44

55

66
use VCR\LibraryHooks\LibraryHooksException;

0 commit comments

Comments
 (0)