Commit 2a7f91b8 authored by Akex's avatar Akex
Browse files

change require on require_once | add DocBlock on TestData file

parent 05a706a8
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
<?php

/**
 * Документ содержаший тестовые данные для проверки функционала
 */

namespace App\TestData;

class TestData
+1 −1
Original line number Diff line number Diff line
<?php

require __DIR__ . '/../vendor/autoload.php';
require_once __DIR__ . '/../vendor/autoload.php';

use App\Actions /*placeholder for a class */;
use App\TestData\TestData;