source: tests/Unit/ExampleTest.php@ c454c0f

main
Last change on this file since c454c0f was c454c0f, checked in by bube-ristovska <ristovska725@…>, 11 months ago

First commit

  • Property mode set to 100644
File size: 243 bytes
Line 
1<?php
2
3namespace Tests\Unit;
4
5use PHPUnit\Framework\TestCase;
6
7class ExampleTest extends TestCase
8{
9 /**
10 * A basic test example.
11 */
12 public function test_that_true_is_true(): void
13 {
14 $this->assertTrue(true);
15 }
16}
Note: See TracBrowser for help on using the repository browser.