Notes in this project's code
Notes are marked in code by writing @NOTE. Everything on the line after it is captured.
[line number] Trimmed Text of the line
Notes for src/Tester/Server.php
- [28] $path cannot contain query string if params are passed
- [66] $params['key'] will be overwritten by $files['key'] for the upload
- [67] (jan 4, 2022) follows redirects ('Location:' header)
- [69] $path cannot contain query string if params are passed
Notes for src/Tester.php
- [7] main class file executes tests. Traits contain everything you use INSIDE a test