PHP Classes

File: tests/Unit/ExampleTest.php

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon DB Admin   tests/Unit/ExampleTest.php   Download  
File: tests/Unit/ExampleTest.php
Role: Class source
Content typex: text/plain
Description: Class source
Class: Jaxon DB Admin
Web application to manage SQL of databases
Author: By
Last change: Update of tests/Unit/ExampleTest.php
Date: 1 month ago
Size: 243 bytes
 

Contents

Class file image Download
<?php

namespace Tests\Unit;

use
PHPUnit\Framework\TestCase;

class
ExampleTest extends TestCase
{
   
/**
     * A basic test example.
     */
   
public function test_that_true_is_true(): void
   
{
       
$this->assertTrue(true);
    }
}