Core/tests/coreTest.php

7 lines
104 B
PHP
Raw Normal View History

<?php
class CoreTest extends PHPUnit_Framework_TestCase {
public function testCanBeNegated() {
}
}