Skip to content
Snippets Groups Projects
Commit 2a7f91b8 authored by Akex's avatar Akex
Browse files

change require on require_once | add DocBlock on TestData file

parent 05a706a8
No related branches found
No related tags found
No related merge requests found
<?php
/**
* Документ содержаший тестовые данные для проверки функционала
*/
namespace App\TestData;
class TestData
{
}
\ No newline at end of file
}
<?php
require __DIR__ . '/../vendor/autoload.php';
require_once __DIR__ . '/../vendor/autoload.php';
use App\Actions /*placeholder for a class */;
use App\TestData\TestData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment