Skip to content

Instantly share code, notes, and snippets.

@Adroit11
Created January 19, 2019 13:58
Show Gist options
  • Save Adroit11/989db9ad0c0208f64d4512afe79b4e6a to your computer and use it in GitHub Desktop.
Save Adroit11/989db9ad0c0208f64d4512afe79b4e6a to your computer and use it in GitHub Desktop.
The test file
<?php
use PHPUnit\Framework\TestCase;
class LibraryTestCase extends TestCase
{
public function testLibraryGet() {
$this->assertTrue(true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment