ImboUnitTest\Model\StatsTest::testCanSetAndGetAmountOfBytes PHP Method

testCanSetAndGetAmountOfBytes() public method

public testCanSetAndGetAmountOfBytes ( $users, $images, $bytes )
    public function testCanSetAndGetAmountOfBytes($users, $images, $bytes)
    {
        $this->model->setNumBytes($bytes);
        $this->assertSame($bytes, $this->model->getNumBytes());
    }