authserver/testCAS/tests/ExampleTest.php
author durandn
Thu, 10 Sep 2015 14:10:06 +0200
changeset 119 5f78fdba6ecc
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Remie: marker delete button is now red to make its function more understandable

<?php

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

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