mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
Merge branch 'tests-make-loadFixtures-public' into 'dev'
tests: Make loadFixtures public See merge request hubzilla/core!2270
This commit is contained in:
@@ -181,7 +181,7 @@ class UnitTestCase extends TestCase {
|
||||
* directory of the process, which should normally
|
||||
* be the Hubzilla root directory.
|
||||
*/
|
||||
private function loadFixture($file) : void {
|
||||
public function loadFixture($file) : void {
|
||||
$table_name = basename($file, '.yml');
|
||||
$data = yaml_parse_file($file)[$table_name];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user