GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
miura250
/
FirstLaravel
Transfer to URL with SHA
Find file
Newer
Older
tree:
ab707f04e2
Branches
Tags
×
master
FirstLaravel
/
tests
/
Unit
/ ExampleTest.php
motoki miura
on 18 Nov
81 bytes
first commit
Raw
Blame
History
<?php test('that true is true', function () { expect(true)->toBeTrue(); });