server/src/tests/ExampleTest.php
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 03:30:51 +0100
changeset 455 a8bed1c7df8e
parent 2 00e2916104fe
child 537 d2e6ee099125
permissions -rw-r--r--
move the transcript highlight and autoscroll logic to the base component

<?php

class ExampleTest extends TestCase {

    /**
     * A basic functional test example.
     */
    public function testBasicExample()
    {
        $response = $this->call('GET', '/');

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