server/src/tests/ExampleTest.php
author nowmad@nowmads-macbook-pro.local
Fri, 11 Dec 2015 13:13:47 +0100
changeset 51 70dff07a76ff
parent 2 00e2916104fe
child 537 d2e6ee099125
permissions -rw-r--r--
add click event on visu-carto and visu-langue and update the url with the selected element as filter parameter

<?php

class ExampleTest extends TestCase {

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

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