????? ???
???? ????? ??? ?????. ?? ?? ??????? ???? ????? ?????. Laravel? ???? ???? ???? ???? ??? ?? ???????. ???? ?? Pest? PHPUnit? ?????.
laravel ??????? ???? ???????? ?? ?? ??? phpunit.xml? ? ? ????. ????? ?? ?????? ??? ????? ? ?? ?? ????? ???? ????. ??? ????? ?? ??? ??????. ??? ???????? ? ?? ??? ??? ?? ??? ??????? ? ? ??? ????? ? ?????.
? ??? ?????? PHPUnit? ???? ???? ???? ??? laravel ??????? ???? ??? ???????.
?? ???? ??? ??
??? ???? ?? ?? ???? ? ???? ??? ???????.
?? ??: ???? ?? ?? ??? ??? ????? ????? ??? ??? ????.
???? ???: ???? ???? ?? ??? ????? ???? ?? ?? ????? ? ????.
???: ???? ?? ??? ?? ???? ?? ??? ???.??: ?? ?? ?? ??? ??? ?? ?? ??? ???? ??? ??? ???? ????.
??? ?? ??? ???? ?? Laravel ??????? ????? ?????.
?? ?? ??: ????? ?? ????? .env.testing ??? ????. ? ??? PHPUnit ???? ????? --env=testing ??? ???? Artisan ??? ??? ? .env ?? ?? ?????.
PHPUnit ?? ??: ???? ???? phpunit.xml ??? ?????. ? ??? Laravel ??????? ?? _PHPUnit_? ?????.
?? ??? ??: Laravel?? ? ?? ?? ???? ???? ????. ??? ???? ??? ? ????.
php artisan test
? ??? ??? ????? ?? ???? ?????.
?? ? ?? ?? ??? ??? ???????
??: HTTP ??? ??? ??? ?????? ????.
??: ?? ???? ???? ??????.
??? ?? ???? ??? ?????.
1. ??? ?? ??
Artisan? ???? ??? ?? ??:
php artisan make:test SumOfTwoNumberTest --unit
??? ?? ???/??/SumOfTwoNumberTest.php? ?????.
2. ??? ??? ??
?? ??? ??? ??? ?? ??? ??? ?????.
<?php namespace Tests\Unit; use PHPUnit\Framework\TestCase; class SumOfTwoNumberTest extends TestCase { /** * A basic unit test example. * * @return void */ public function test_addition() { $sum = 2 + 2; $this->assertEquals(4, $sum); } }
3. ??? ??
??? ???? ???? ?????.
php artisan test
test Artisan ??? ???? ???? ??? ?? ????. ? ??? ?? ? ??? ????? ?? ?? ?? ??? ??? ???? ?????.
php artisan make:test SumOfTwoNumberTest --unit
??? ?? ?? ?? ??? ???? ??? ?????.
- Laravel ?? ???
Laravel ?? ???? ?? ?? ???? ??? ?????. getFullName:
???? ?? User ??? ??? ?????.1. ????
??? ??? ???? ?????:
<?php namespace Tests\Unit; use PHPUnit\Framework\TestCase; class SumOfTwoNumberTest extends TestCase { /** * A basic unit test example. * * @return void */ public function test_addition() { $sum = 2 + 2; $this->assertEquals(4, $sum); } }
2. ??? ???
??? ?? ??:
./vendor/bin/phpunit
getFullName ???? ?????? ??? ??? ?????.
php artisan test
3. ??? ??
??? ??:
public function getFullName(): string { return $this->first_name .' '. $this->last_name; }
??? ???? ???? ?? ???? ?????.
- ?? ??? ??
Laravel? ?? ???? ?? ??, ????, ???? ? ??????? ? ? ??? ???? ? ????.
??? ??? ?? ??? ??? ??? ?????.
1. ?? ??? ??
Artisan? ???? ??? ?? ??? ??:
php artisan make:test UserTest --unit
??? ?? ???/??/LoginTest.php? ?????.
2. ??? ?? ??
LoginTest.php ??? ?? ?? ??? ?????.
<?php namespace Tests\Unit; use App\Models\User; use PHPUnit\Framework\TestCase; class UserTest extends TestCase { public function test_get_full_name() { $user = new User(); $user->first_name = 'John'; $user->last_name = 'Doe'; $this->assertEquals('John Doe', $user->getFullName()); } }
3. ?? ??? ??
php artisan test
??? ???? ???? ? ???, ???? ????? ???? ? ??? ??? ??? ?????.
Laravel?? ?? ??? ??? ?? ? ?? ?? ??
???? ??? ??: ??? ??? ??? ??? ?? ? ???? ???.
? ?? ??? ???: ?? ???? ??? ???? ??? ????? ???.
??? ? ?? ??: Laravel? ?? ??? ? ??? ???? ??? ???? ?????.
??? ??: ?? ???? ??????? API? ?? ?? ???? ????? ? ???. ??? ?? ?? ? ??? ?????.
??? ??? Laravel ??? ?????.
??:
Laravel? ?? ? ?? ???? ?? ??? ???? ??? ?????? ??? ???? ??? ?????. PHPUnit? ???? ???? ???? ???? ?? ???? ???? ?????. ?? ????? ???? ???? ?? ????? ?? ??? ??? ??????? ?? ? ????.
??? ?? ???!!
??? ?????!!
?? ?
? ??? Laravel ?? ???? ???? ?? ?? ?????? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

??? ??











TOSECURELYHANDLEAUSTENCENDACTIONANDACTERIZINGINPHP, FORCUCTSESTEPS : 1. ALWAYSHASHPASSWORTHPASSWORD_HASH () ? VERVERIFYUSINGPANSWORD_VERIFY (), usePREPAREDSTATEMENTSTOPREVENTSQLINGERGED, andSTOREUSERSESSEATAIN $ _SESSIONSAFTERLOGIN.2.impleplempletrole ?? ACCESSC

tostaycurrentwithphpdevelopments ? bestpractices, followkeynewssources lifephp.netandphpweekly, adgytwithcommunitiesonforumsandconferences, readlingupdated andgrad indewfeatures, andreadorcontributetoopensourceproceprosts.first

phpbecamepupularforwebdevelopmentduetoiteofleneflening, whithhtml, wididepreadhostingsupport, andalargeecosystemincludingframeworkslikelaravelandcmsplatformsformslikewordpress.itexcelsinhandlingformsubmissions, managingussess, interptisussivers, ?? ???

TOSETTHERIGHTTIMEZONEINPHP, usedate_default_timezone_set () functionattStartOfyourscriptwitHavalidInlifiersuchas'America/new_york'.1.edate_default_timezone_set () beforeanydate/timeFunctions.2

PHP ?? ??? ?? ???? ????. ??? ?? ?????. 1. Windows ???? XAMPP? ???? ???? ????? ???? ???? XAMPP? ?????? ???? PHP ?? ??? ????? ?? ??? PHP? ?? ? ? ????. 2. MACOS ???? ???? ?? PHP? ???? ?? ??? ???? Apache ??? ???? ?? ? ? ????. 3. Linux ??? (Ubuntu/Debian)? APT ??? ???? ???? ??? ?????? PHP ? Common Extensions? ???? ??? ??? ???? ??? ????? ??? ? ????.

TovalidateUserInputInphp, useBuilt-invalidationFunctions likefilter_var () ? filter_input (), applyRegulArexPessionSforCustomFormatsSuchasUsUserPhonEnumbers, CheckDatatypesFornumericValuesLikeAgeArPrice, setLtrimtsAnspacetReopeTopeTopeTopePeTopePeTopePeTopeTopeTopeTlyout

PHP?? ??? ??? ????? ?? Session_Start ()? ???? ??? ??? ?? Session_Destroy ()? ???? ?? ?? ???? ???????. 1. ?? ?? _start ()? ???? ??? ?????? ??????. 2. ?? ?? ?? ???? ???? Session_Destroy ()? ?????. 3. ?? ????? ?? : ?? ??? ????? ???? $ _session ??; 4. ???, ???? ?? ??? ???? ???? ?? ??? ??????. 5. ????? ?? ? ???? ?????? ???? ???? ?? ??? ?? ????? ??? ??? ?? ???????. ????? ???? ?? ??? ??? ?? ???? ??? ?? ? ? ????.

thephpfunctionserialize () andunserialize () areusedtoconvertcomplexDattoresintostorasandabackagain.1.serialize () c onvertsDatalikeCarraysorObjectSrayStringStringStrainingTainingTypeanDtuctureIncomation.2.
