Sha256: b97bc5c7fe54fb9876fa43e14cbd1cee193e55e4e795fc6f30894d47a9f4f8f6

Contents?: true

Size: 309 Bytes

Versions: 31

Compression:

Stored size: 309 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../test_helper')

## Algeria
class DZTest < Phonie::TestCase
  def test_local
    parse_test('+21329123456', '213', "29", '123456', 'Algeria', false)
  end

  def test_mobile
    parse_test('+213551234567', '213', '55', '1234567', 'Algeria', true)
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
phonie-3.3.1 test/countries/dz_test.rb
phonie-3.2.2 test/countries/dz_test.rb
phonie-3.2.1 test/countries/dz_test.rb
phonie-3.2.0 test/countries/dz_test.rb
phonie-3.1.15 test/countries/dz_test.rb
phonie-3.1.14 test/countries/dz_test.rb
phonie-3.1.13 test/countries/dz_test.rb
phonie-3.1.12 test/countries/dz_test.rb
phonie-3.1.11 test/countries/dz_test.rb
phonie-3.1.10 test/countries/dz_test.rb
phonie-3.1.9 test/countries/dz_test.rb
phonie-3.1.8 test/countries/dz_test.rb
phonie-3.1.7 test/countries/dz_test.rb
phonie-3.1.6 test/countries/dz_test.rb
phonie-3.1.5 test/countries/dz_test.rb
phonie-3.1.4 test/countries/dz_test.rb
phonie-3.1.3 test/countries/dz_test.rb
phonie-3.1.2 test/countries/dz_test.rb
phonie-3.1.1 test/countries/dz_test.rb
phonie-3.1.0 test/countries/dz_test.rb