log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
borealpoint
comparison tests/TestCase.php @ 0:
9d7dcd54c677
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Initial Commit and package setup
author
luka
date
Sat, 23 Aug 2025 22:20:51 -0400
parents
children
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:9d7dcd54c677
1
<?php
2
3
namespace Tests;
4
5
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
6
7
abstract class TestCase extends BaseTestCase
8
{
9
//
10
}