7 lines
104 B
PHP
7 lines
104 B
PHP
|
<?php
|
||
|
|
||
|
class CoreTest extends PHPUnit_Framework_TestCase {
|
||
|
public function testCanBeNegated() {
|
||
|
|
||
|
}
|
||
|
}
|