Slapped some shit together
This commit is contained in:
parent
aeb8615383
commit
05ed8f0e5a
3 changed files with 103 additions and 0 deletions
26
tests/RedirectTest.php
Normal file
26
tests/RedirectTest.php
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?php
|
||||
require_once '../src/Redirect.php';
|
||||
|
||||
class RedirectTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testPermanentRedirectWithProtocol()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function testTemporaryRedirectWithProtocol()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function testPermanentRedirectWithoutProtocol()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function testTemporaryRedirectWithoutProtocol()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue