Verzeichnisstruktur phpBB-3.2.0


Veröffentlicht
06.01.2017

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

README.md

Zuletzt modifiziert: 09.10.2024, 12:57 - Dateigröße: 378.00 Bytes


1  ## Integration tests for PHP language features of proxies
2   
3  Since proxies are quire complex code, this directory is dedicated
4  to integration tests that are supposed to cause fatal errors or
5  failures in general that are hard to handle in traditional
6  PHPUnit test cases.
7   
8  You may find a guide on how to write `.phpt` tests on the
9  [PHP QA website](http://qa.php.net/write-test.php).