Business\Tests\TimeTest::testJsonSerialize PHP Method

testJsonSerialize() public method

public testJsonSerialize ( )
    public function testJsonSerialize()
    {
        $time = new Time('20', '30', '15');
        $this->assertJsonStringEqualsJsonFile(__DIR__ . '/Expected/Time/testJsonSerialize.json', json_encode($time));
    }