ILIAS
release_8 Revision v8.23
◀ 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\testReadme
testReadme()
Definition:
DataReadmeTest.php:18
DataReadmeTest
Testing the faytory of result objects.
Definition:
DataReadmeTest.php:16
TestCase
tests
Data
DataReadmeTest.php
Generated on Wed Sep 3 2025 22:03:00 for ILIAS by
1.8.13 (using
Doxyfile
)