made testing elegant.
This commit is contained in:
0
tests/application/.gitignore
vendored
0
tests/application/.gitignore
vendored
@@ -1,15 +0,0 @@
|
||||
<?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