Uploaded From CV. Swandhana Server
This commit is contained in:
No files matched your search
+20
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Aranyasen\HL7\Tests;
|
||||
|
||||
use PHPUnit\Framework\TestCase as TC;
|
||||
|
||||
abstract class TestCase extends TC
|
||||
{
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
//
|
||||
}
|
||||
|
||||
protected function tearDown(): void
|
||||
{
|
||||
// Any tearDown should appear before parent::tearDown()
|
||||
parent::tearDown();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user