Skip to content

Commit 92d433d

Browse files
src folder helper
1 parent 7b23da9 commit 92d433d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ Server::getServers();
13451345
```php
13461346
use Tamedevelopers\Support\Server;
13471347

1348-
Server::config('tests.lang.email', [], 'Tests');
1348+
Server::config('tests.lang.email', [], 'tests');
13491349
```
13501350

13511351
- Create our own config to extends the default

Tests/pdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
PDF::create([
1010
'content' => '<h1>Hello World! <p>Good that im here.</p></h1>',
11-
'destination' => base_path("Tests/{$name}"),
11+
'destination' => base_path("tests/{$name}"),
1212
'output' => 'view',
1313
]);

Tests/tame.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
Tame()->sizeToBytes('24mb'),
3232

33-
Tame()->fileTime('Tests/tame.php'),
33+
Tame()->fileTime('tests/tame.php'),
3434

3535
'br',
3636

0 commit comments

Comments
 (0)