WIP: Untested, solo caricati file di test
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/******************************************
|
||||
* Author : Riccardo Di Dato
|
||||
* Created On : Fri May 10 2019
|
||||
* File : TestFake.php
|
||||
*******************************************/
|
||||
|
||||
namespace ASD {
|
||||
use \PHPUnit\Framework\TestCase;
|
||||
|
||||
class TestFake extends TestCase {
|
||||
|
||||
public function testAdd() {
|
||||
$this->assertEquals(true,true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user