Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lisatthu35
/
ewa
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ewa
/
tests
/
TestCase.php
df
test-laravel
40dca3b
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
163 Bytes
<?php
namespace
Tests
;
use
Illuminate
\
Foundation
\
Testing
\
TestCase
as
BaseTestCase
;
abstract
class
TestCase
extends
BaseTestCase
{
use
CreatesApplication
;
}