howardjones/network-weathermap

View on GitHub
lib/Weathermap/Tests/Editor16UITest.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Weathermap\Tests;

//require_once dirname(__FILE__) . '/../lib/all.php';
//require_once dirname(__FILE__) . '/../lib/EditorUI.php';

use Weathermap\Editor\EditorUI;

class Editor16UITest extends \PHPUnit_Framework_TestCase
{
    public function testInternals()
    {
        $ui = new EditorUI();

        $this->assertTrue($ui->selfValidate());
    }
}