Commit Graph

15 Commits

Author SHA1 Message Date
Rafal Kupiec 8782b9c25b
Update tests to use more strict data types instead of mixed.
The build was successful. Details
2018-11-26 14:41:41 +01:00
Rafal Kupiec ba0c250911
Fix test.
The build was successful. Details
2018-09-23 19:07:03 +02:00
Rafal Kupiec 08296110fb
Temporarily fix tests.
The build was successful. Details
2018-09-23 17:51:47 +02:00
Rafal Kupiec bd4d146d0a
Initial version of variable definition.
The build was successful. Details
2018-09-21 00:21:15 +02:00
Rafal Kupiec ca00cadba7
Use strict type hinting in all tests.
The build was successful. Details
2018-09-14 21:32:08 +02:00
Rafal Kupiec 029dd9bfb4
Several changes made:
The build was successful. Details
* Do not overload entry point
 * Automatically call Program::__construct()
 * Automatically call Program::main();
 * Fix all tests
2018-08-12 12:52:35 +02:00
Rafal Kupiec 5d9ccf9c65
More tests
The build was successful. Details
2018-08-10 08:51:38 +02:00
Rafal Kupiec c419b8605d
Add more tests
The build was successful. Details
2018-08-07 17:16:28 +02:00
Rafal Kupiec 80f376af62
Test debug_backtrace() function
The build has failed. Details
2018-08-07 15:47:14 +02:00
Rafal Kupiec 6f0d1ab3ff
Tests should use new string concatenation operator
The build was successful. Details
2018-08-07 07:53:26 +02:00
Rafal Kupiec 4bbdc20174
This commit contains several changes:
The build was successful. Details
* print() is now treated as standard function
 * get rid of echo() function
 * fix test suite
and it fixes #26.
2018-08-06 17:18:27 +02:00
Rafal Kupiec dd239530d8
Test if unicode characters can be used as method / variable name
The build was successful. Details
2018-08-06 08:23:51 +02:00
Rafal Kupiec ff6a7012a4
Another test, converting arab numbers to roman
The build was successful. Details
2018-08-05 22:25:15 +02:00
Rafal Kupiec fcd35584de
Simple 'Hello world' test
The build was successful. Details
2018-08-05 22:10:26 +02:00
Rafal Kupiec 64ee53a63a
Add first Aer test 2018-08-03 08:00:39 +02:00