php-south-wales-ansible-wor.../tests/ExampleTest.php

14 lines
182 B
PHP

<?php
namespace App\Tests;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
public function testSomething()
{
$this->assertTrue(true);
}
}