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. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
README.md
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).