adchristodoulou / andach-gamerental

This is the source for an open source video game rental website.
GNU General Public License v3.0
0 stars 0 forks source link

How to test the actual User::charge() function in phpunit? #21

Open adchristodoulou opened 6 years ago

adchristodoulou commented 6 years ago

Currently just returning true if we're in the testing environment, which leaves critical functionality untested, although does allow us to test the rest of the plans/subscriptions/assignment code.