ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ ilDoc Overview
DataReadmeTest.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
require_once(
"vendor/composer/vendor/autoload.php"
);
22
23
use
PHPUnit\Framework\TestCase
;
24
30
class
DataReadmeTest
extends
TestCase
31
{
32
public
function
testReadme
(): void
33
{
34
ob_start();
35
require_once(
"./components/ILIAS/Data/README.md"
);
36
ob_end_clean();
37
$this->assertTrue(
true
);
38
}
39
}
DataReadmeTest\testReadme
testReadme()
Definition:
DataReadmeTest.php:32
DataReadmeTest
Testing the faytory of result objects.
Definition:
DataReadmeTest.php:30
TestCase
TestCase
components
ILIAS
Data
tests
DataReadmeTest.php
Generated on Tue Sep 2 2025 23:02:50 for ILIAS by
1.8.13 (using
Doxyfile
)