Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
How can this be?
testRandom
Failed asserting that two arrays are equal.
Expected: Array (
'modifier' => 0
'maximum_spell_level' => 1
'extra_spells' => Array ()
)
Actual: Array (
'modifier' => 0
'maximum_spell_level' => 0
'extra_spells' => Array ()
)
although in the main test
$ this-> assertEquals (['modifier' => 0, 'maximum_spell_level' => 0, 'extra_spells' => []], char_attribute (10));
It seems to me alone that these are mutually exclusive conditions