📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
otelscripti.demodesign.com.tr
/
vendor
/
danielstjules
/
stringy
/
tests
📝
CreateTest.php
← Geri Dön
<?php require __DIR__ . '/../src/Create.php'; use function Stringy\create as s; class CreateTestCase extends PHPUnit_Framework_TestCase { public function testCreate() { $stringy = s('foo bar', 'UTF-8'); $this->assertInstanceOf('Stringy\Stringy', $stringy); $this->assertEquals('foo bar', (string) $stringy); $this->assertEquals('UTF-8', $stringy->getEncoding()); } }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula