server/src/tests/ExampleTest.php
author ymh <ymh.work@gmail.com>
Wed, 13 Sep 2017 22:19:48 +0200
changeset 544 ad58d7627f70
parent 537 d2e6ee099125
permissions -rw-r--r--
use same http client in ImportCocoonRDF and define version 0.22

<?php

class ExampleTest extends TestCase {

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

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