MvcLite\File::delete
Deletes a file by filename.
Signature
public function delete(string
        $filename )
            
        Parameters
$filename— string- The full path and name of the file.
 
Returns
- File
 - $this for object-chaining.
 
Test Coverage
Information
- Coverage: 3/3 Lines (100%)
 - Tests: 1
 - Passed: 1 (100%)
 
Tests
- [ PASSED ] — MvcLite\FileTest::testDelete with data set "file exists"