Beispiel #1
0
    public function testOutputCorrectJSLinks()
    {
        $js = Helpers::get_JS();

        $this->assertEquals(
            "<script src='http://code.jquery.com/jquery-2.1.0.min.js'></script><script src='//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js'></script>",
            $js
        );
    }