PHPUnit proof of concept

This commit is contained in:
Shish
2015-08-09 12:14:28 +01:00
parent e3959e5ec8
commit 9af5995dcc
64 changed files with 366 additions and 416 deletions

View File

@@ -1,5 +1,5 @@
<?php
class WikiTest extends SCoreWebTestCase {
class WikiTest {
function testIndex() {
$this->get_page("wiki");
$this->assert_title("Index");