Skip to content

Commit

Permalink
add change namespace to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator committed Nov 10, 2023
1 parent 4fb95c7 commit 2399b25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 23 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,11 @@
"psr-4": {
"ArrayAccess\\DnsRecord\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"ArrayAccess\\DnsRecord\\": "src/",
"Tests\\ArrayAccess\\DnsRecord\\": "tests/"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

namespace ArrayAccess\DnsRecord\Tests\Cache;
namespace Tests\ArrayAccess\DnsRecord\Cache;

use ArrayAccess\DnsRecord\Cache\Adapter\ArrayCacheAdapter;
use ArrayAccess\DnsRecord\Cache\CacheStorage;
Expand Down
21 changes: 0 additions & 21 deletions tests/DNSClientPhpVersionTest.php

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

namespace ArrayAccess\DnsRecord\Tests;
namespace Tests\ArrayAccess\DnsRecord;

use ArrayAccess\DnsRecord\DnsServer\CustomDnsServer;
use ArrayAccess\DnsRecord\DnsServer\Google;
Expand Down

0 comments on commit 2399b25

Please sign in to comment.