KUJUNTI.ID MINISH3LL
Path : /var/www/html/jewelry-pos/vendor/stevebauman/location/tests/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : /var/www/html/jewelry-pos/vendor/stevebauman/location/tests/PositionTest.php


<?php

namespace Stevebauman\Location\Tests;

use Stevebauman\Location\Position;

it('returns empty', function () {
    $position = new Position();

    $position->ip = '192.168.1.1';
    $position->driver = 'foo';

    expect($position->isEmpty())->toBeTrue();
});

it('does not return empty', function () {
    $position = new Position();

    $position->isoCode = 'foo';

    expect($position->isEmpty())->toBeFalse();
});

© KUJUNTI.ID