Tests: initial PHP application tests.
This commit is contained in:
5
test/php/conditional/index.php
Normal file
5
test/php/conditional/index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php if ($_SERVER['REQUEST_METHOD'] === 'GET'): ?>
|
||||
True
|
||||
<?php else: ?>
|
||||
False
|
||||
<?php endif; ?>
|
||||
Reference in New Issue
Block a user