PHP: Создание (определение) функций
Задание
Полезное
Loading...
Ваше упражнение проверяется по этим тестам
<?php
namespace HexletBasics\DefineFunctions\Define;
use PHPUnit\Framework\TestCase;
class SolutionTest extends TestCase
{
public function test()
{
require 'index.php';
$expected = 'Winter is coming';
$this->expectOutputString($expected);
printMotto();
}
}
Решение учителя откроется через:
20:00
