DotsUnited\BundleFu\Tests\TestCase::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        $this->purgeCache();
        $this->bundle = null;
    }

Usage Example

 public function tearDown()
 {
     parent::tearDown();
     stream_wrapper_unregister('rscf') or die("Failed to register rscf:// protocol");
 }