ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
DataReadmeTest.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
/* Copyright (c) 2017 Stefan Hecken <stefan.hecken@concepts-and-training.de> Extended GPL, see docs/LICENSE */
6
7
require_once(
"libs/composer/vendor/autoload.php"
);
8
9
use PHPUnit\Framework\TestCase;
10
16
class
DataReadmeTest
extends
TestCase
17
{
18
public
function
testReadme
(): void
19
{
20
ob_start();
21
require_once(__DIR__ .
"/../../src/Data/README.md"
);
22
ob_end_clean();
23
$this->assertTrue(
true
);
24
}
25
}
DataReadmeTest
Testing the faytory of result objects.
Definition:
DataReadmeTest.php:17
DataReadmeTest\testReadme
testReadme()
Definition:
DataReadmeTest.php:18
tests
Data
DataReadmeTest.php
Generated on Mon Nov 3 2025 22:02:14 for ILIAS by
1.9.4 (using
Doxyfile
)