attogram/attogram-contactform

View on GitHub
tests/BaseTest.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
// Attogram Framework - Contact Form Module - Base Test v0.0.4

use PHPUnit\Framework\TestCase;

class BaseTest extends PHPUnit\Framework\TestCase
{

    public function testToBeWrittenRealSoonNow()
    {
        $this->assertTrue(true, 'true not true!');
    }
}