Sha256: 5abe29b9ab772239dc16d28a79e3543b13c8058213ee0643fa3d063260f4c841

Contents?: true

Size: 521 Bytes

Versions: 31

Compression:

Stored size: 521 Bytes

Contents

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

## France
class FRTest < Phonie::TestCase

  def test_local
    parse_test('+33 4 75 06 07 07', '33', '4', '75060707', "France", false)
  end

  def test_mobile
    parse_test('+33 6 11 22 33 44', '33', '6', '11223344', "France", true)
  end

  def test_mobile_07
     parse_test('+33 7 11 22 33 44', '33', '7', '11223344', "France", true)
   end

  def test_voip
    parse_test('+33 9 11 22 33 44', '33', '9', '11223344', "France", false)
  end

end

Version data entries

31 entries across 31 versions & 1 rubygems

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