This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
stereshko
/
react-starter-kit
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
main
Ramuri
Etichete
main
react-starter-k...
/
tests
/
Unit
/
ExampleTest.php
ExampleTest.php
80 B
Permalink
Istoric
Crud
1
2
3
4
5
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});