authserver/testCAS/tests/ExampleTest.php
author ymh <ymh.work@gmail.com>
Thu, 16 Jul 2015 16:17:54 +0200
changeset 22 3066ebed03ce
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Added tag 00.00.01 for changeset d8f103659dfd

<?php

class ExampleTest extends TestCase
{
    /**
     * A basic functional test example.
     *
     * @return void
     */
    public function testBasicExample()
    {
        $response = $this->call('GET', '/');

        $this->assertEquals(200, $response->getStatusCode());
    }
}