This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
esterlin
/
Finanzas
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
f96f6be8be
Větve
Značky
master
Finanzas
/
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();
});