add example test file.
This commit is contained in:
15
tests/application/example.test.php
Normal file
15
tests/application/example.test.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
class TestExample extends PHPUnit_Framework_TestCase {
|
||||
|
||||
/**
|
||||
* Test that a given condition is met.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testSomethingIsTrue()
|
||||
{
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user