Skip to content

Commit

Permalink
test: fix PHPUnit Data Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Aug 14, 2024
1 parent ce744ac commit 923a346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/SecureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class SecureTest extends TestCase
/**
* Folder Support
*/
private static string $folderSupport = './tests/_support/';
private static string $folderSupport = '';

/**
* Result of Test
Expand All @@ -33,6 +33,7 @@ final class SecureTest extends TestCase

protected function setUp(): void
{
self::$folderSupport = './tests/_support/';
self::$folderSupportResult = self::$folderSupport . 'result/';
}

Expand Down

0 comments on commit 923a346

Please sign in to comment.