authserver/testCAS/tests/ExampleTest.php
author durandn
Mon, 02 Nov 2015 16:02:47 +0100
changeset 175 21c941c07e7c
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Changes and fixes for Segments scenarii (segment boxes colors and position, annotations list improvements)

<?php

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

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