This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
ITTEC
/
WS-SAM
Sledovat
3
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
43db4f1aeb
Větve
Značky
master
WS-SAM
/
ws-sam
/
tests
/
Unit
/
ExampleTest.php
ExampleTest.php
81 B
Historie
Surový
1
2
3
4
5
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});