Skip to content

Commit 2736bf1

Browse files
committed
Change namespace
1 parent 9ed11ab commit 2736bf1

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Make sure to enable Remote Automation in the Safari menu bar:
2525

2626
Add the ``SupportsSafari`` trait to your DuskTestCase:
2727
```php
28-
use Appstract\DuskSafari\SupportsSafari;
28+
use Appstract\DuskDrivers\Safari\SupportsSafari;
2929

3030
abstract class DuskTestCase extends BaseTestCase
3131
{

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@
2323
},
2424
"autoload": {
2525
"psr-4": {
26-
"Appstract\\DuskSafari\\": "src"
27-
}
28-
},
29-
"autoload-dev": {
30-
"psr-4": {
31-
"Appstract\\DuskSafari\\Test\\": "tests"
26+
"Appstract\\DuskDrivers\\Safari\\": "src"
3227
}
3328
},
3429
"config": {

config/.gitkeep

Whitespace-only changes.

src/SupportsSafari.php

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

3-
namespace Appstract\DuskSafari;
3+
namespace Appstract\DuskDrivers\Safari;
44

55
use Symfony\Component\Process\Process;
66
use Symfony\Component\Process\ProcessBuilder;

0 commit comments

Comments
 (0)