This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
ITTEC
/
WS-SAM
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
43db4f1aeb
Rami (Branch)
Tag
master
WS-SAM
/
ws-sam
/
tests
/
Unit
/
ExampleTest.php
ExampleTest.php
81 B
Cronologia
Originale
1
2
3
4
5
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});