yohang / Finite

A Simple PHP Finite State Machine
http://yohan.giarel.li/Finite
MIT License
1.31k stars 188 forks source link

ArrayLoader should respect state accessor #115

Closed realshadow closed 8 years ago

realshadow commented 8 years ago

Hey,

ArrayLoader currently always overwrites state accessor during loading of state machine, this PR attempts to fix that

yohang commented 8 years ago

Interesting, could you add a test for this ?

realshadow commented 8 years ago

Hey, I have added one test and squashed the commits.

Is that ok or did you have something else in mind?

yohang commented 8 years ago

@realshadow :+1: thank you !