Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Anuj-Panthri/TODOList-Laravel
kenken999
/
TODOList-Laravel
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8cb8001
TODOList-Laravel
/
tests
/
Unit
/
ExampleTest.php
Last commit not found
raw
Copy download link
history
blame
Safe
243 Bytes
<?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
);
}
}