xp-framework / unittest

Unittests for the XP Framework
0 stars 0 forks source link

Use mirrors #5

Closed thekid closed 8 years ago

thekid commented 9 years ago

This pull request changes the internal API to use the new xp-forge/mirrors reflection API.

thekid commented 9 years ago
F unittest.TestWarning(test= unittest.tests.ListenerTest::notifiedOnFailure, time= 0.038 seconds) {
  [""Attempted to serialize unserializable builtin class ReflectionMethod" in ::serialize()
   (ArrayList.class.php, line 43, occured 2 times)"]
}
thekid commented 9 years ago

Before:

✓: 370/379 run (9 skipped), 370 succeeded, 0 failed
Memory used: 4291.41 kB (4436.34 kB peak)
Time taken: 0.157 seconds

After:

✓: 370/379 run (9 skipped), 370 succeeded, 0 failed
Memory used: 6303.26 kB (8203.14 kB peak)
Time taken: 0.493 seconds
thekid commented 8 years ago

Needs to be redone, there have been quite a bit of changes to master