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

14 lines
182 B
PHP
Raw Normal View History

2019-11-04 23:33:44 +00:00
<?php
namespace App\Tests;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
public function testSomething()
{
$this->assertTrue(true);
}
}